Skip to content

Commit dc5fbdd

Browse files
committed
Upates build scripts
1 parent e8cddd5 commit dc5fbdd

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
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:2.1.3'
99

1010
// NOTE: Do not place your application dependencies here; they belong
1111
// in the individual module build.gradle files

dist_library_bintray.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
gradlew :library:clean :library:build :library:bintrayUpload -PbintrayUser=mcsong -PbintrayKey=604470e19d2259e8d841e02f8b5c633ec9cc7614 -PdryRun=false --info --stacktrace

dist_library_check.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
gradlew :library:clean :library:build :library:bintrayUpload -PbintrayUser=mcsong@gmail.com -PbintrayKey=604470e19d2259e8d841e02f8b5c633ec9cc7614 -PdryRun=true --info --stacktrace
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Sep 09 20:32:03 PDT 2015
1+
#Thu Aug 18 00:18:11 PDT 2016
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.4-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ buildscript {
2323

2424
android {
2525
compileSdkVersion 24
26-
buildToolsVersion "24.0.0"
26+
buildToolsVersion "24.0.1"
2727

2828
lintOptions {
2929
checkReleaseBuilds false
@@ -59,7 +59,7 @@ android {
5959

6060
dependencies {
6161
compile fileTree(dir: 'libs', include: ['*.jar'])
62-
compile 'com.android.support:appcompat-v7:24.0.0'
62+
compile 'com.android.support:appcompat-v7:24.2.0'
6363
}
6464

6565
//apply from: 'https://raw.github.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'

0 commit comments

Comments
 (0)