Skip to content

Commit 0e41ff3

Browse files
committedApr 4, 2018
Update Android Gradle plugin to v3.1.0
1 parent 3d08722 commit 0e41ff3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
jcenter()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.0.1'
9+
classpath 'com.android.tools.build:gradle:3.1.0'
1010
classpath 'com.github.triplet.gradle:play-publisher:1.2.0'
1111

1212
// NOTE: Do not place your application dependencies here; they belong
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sat Feb 03 17:59:02 CET 2018
1+
#Wed Apr 04 11:54:35 CEST 2018
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-4.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip

0 commit comments

Comments
 (0)