Skip to content

Commit 7893160

Browse files
hannesa2halfhp
authored andcommitted
update to Android Studio 3.1.1 (halfhp#77)
1 parent 0de08c5 commit 7893160

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

demoapp-wearable/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@
1717
buildscript {
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
}
2526
apply plugin: 'com.android.application'
@@ -54,6 +55,6 @@ android {
5455

5556
dependencies {
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
}

demoapp/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

2929
buildscript {
@@ -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

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ 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-4.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip

0 commit comments

Comments
 (0)