Skip to content

Commit 26d6738

Browse files
committed
gradle restored and updated
1 parent 0204c8c commit 26d6738

File tree

3 files changed

+7
-56
lines changed

3 files changed

+7
-56
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:2.1.2'
8+
classpath 'com.android.tools.build:gradle:3.0.0-beta7'
99

1010
// NOTE: Do not place your application dependencies here; they belong
1111
// in the individual module build.gradle files
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Dec 28 10:00:20 PST 2015
1+
#Tue Oct 10 21:43:15 IDT 2017
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip

nfcactivity/build.gradle

Lines changed: 4 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,14 @@
1-
buildscript {
2-
repositories {
3-
jcenter()
4-
mavenCentral()
5-
}
6-
dependencies {
7-
classpath 'com.android.tools.build:gradle:1.1.1'
8-
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
9-
}
10-
}
11-
12-
plugins {
13-
id "com.jfrog.bintray" version "1.5"
14-
}
15-
16-
group = 'com.rgghgh.nfcactivity'
17-
version = '1.2'
18-
19-
allprojects {
20-
repositories {
21-
jcenter()
22-
}
23-
apply plugin: 'com.android.library'
24-
apply plugin: 'com.github.dcendents.android-maven'
25-
}
1+
apply plugin: 'com.android.library'
262

273
android {
284
compileSdkVersion 24
29-
buildToolsVersion "23.0.2"
5+
buildToolsVersion '26.0.2'
306

317
defaultConfig {
328
minSdkVersion 21
339
targetSdkVersion 24
34-
versionCode 3
35-
versionName "1.2"
10+
versionCode 2
11+
versionName "1.1"
3612
}
3713
buildTypes {
3814
release {
@@ -47,28 +23,3 @@ dependencies {
4723
testCompile 'junit:junit:4.12'
4824
compile 'com.android.support:appcompat-v7:24.0.0'
4925
}
50-
51-
bintray {
52-
user = 'rgghgh'
53-
key = ''
54-
pkg {
55-
repo = 'maven'
56-
name = 'com.rgghgh.nfcactivity'
57-
58-
version {
59-
name = '1.2'
60-
desc = 'An Android library that make NFC communication Simple.'
61-
released = new Date()
62-
vcsTag = '1.2'
63-
}
64-
65-
licenses = ['Apache-2.0']
66-
vcsUrl = 'https://github.com/Rgghgh/NfcActivity'
67-
websiteUrl = 'http://dev.rgghgh.com/nfcactivity/'
68-
}
69-
configurations = ['archives']
70-
}
71-
72-
task wrapper(type: Wrapper) {
73-
gradleVersion = '2.4'
74-
}

0 commit comments

Comments
 (0)