File tree Expand file tree Collapse file tree 4 files changed +11
-10
lines changed
Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ buildscript {
3838 }
3939
4040 dependencies {
41- classpath ' com.android.tools.build:gradle:3.0 .1'
42- classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5 '
43- classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3 '
41+ classpath ' com.android.tools.build:gradle:3.1 .1'
42+ classpath ' com.github.dcendents:android-maven-gradle-plugin:2.0 '
43+ classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0 '
4444 classpath ' com.vanniktech:gradle-android-junit-jacoco-plugin:0.6.0'
4545 classpath ' org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.6.3'
4646 }
Original file line number Diff line number Diff line change 1717buildscript {
1818 repositories {
1919 jcenter()
20+ google()
2021 }
2122 dependencies {
22- classpath ' com.android.tools.build:gradle:3.0 .1'
23+ classpath ' com.android.tools.build:gradle:3.1 .1'
2324 }
2425}
2526apply plugin : ' com.android.application'
@@ -54,6 +55,6 @@ android {
5455
5556dependencies {
5657 compile project(' :androidplot-core' )
57- compile ' com.google.android.support:wearable:1 .3.0'
58+ compile ' com.google.android.support:wearable:2 .3.0'
5859 compile ' com.google.android.gms:play-services-wearable:8.3.0'
5960}
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ dependencies {
2121 compile project(' :androidplot-core' )
2222 compile ' com.crittercism:crittercism-android-agent:5.4.0'
2323
24- debugCompile ' com.squareup.leakcanary:leakcanary-android:1.5.1 '
25- releaseCompile ' com.squareup.leakcanary:leakcanary-android-no-op:1.5.1 '
26- testCompile ' com.squareup.leakcanary:leakcanary-android-no-op:1.5.1 '
24+ debugCompile ' com.squareup.leakcanary:leakcanary-android:1.5.4 '
25+ releaseCompile ' com.squareup.leakcanary:leakcanary-android-no-op:1.5.4 '
26+ testCompile ' com.squareup.leakcanary:leakcanary-android-no-op:1.5.4 '
2727}
2828
2929buildscript {
@@ -32,7 +32,7 @@ buildscript {
3232 mavenCentral()
3333 }
3434 dependencies {
35- classpath ' com.github.triplet.gradle:play-publisher:1.1.5 '
35+ classpath ' com.github.triplet.gradle:play-publisher:1.2.0 '
3636 }
3737}
3838
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.1 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.6 -all.zip
You can’t perform that action at this time.
0 commit comments