Skip to content

Commit eb2f990

Browse files
committed
gradle updated; android gradle plugin 3.1.0
1 parent 08a7c16 commit eb2f990

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ buildscript {
77
maven {
88
url "https://maven.google.com"
99
}
10+
google()
1011
}
1112
dependencies {
12-
classpath 'com.android.tools.build:gradle:3.0.1'
13+
classpath 'com.android.tools.build:gradle:3.1.0'
1314
// classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.5.2'
1415
//classpath 'me.tatarka:gradle-retrolambda:3.5.0'
1516
}
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Oct 23 14:38:13 SGT 2017
1+
#Sat Apr 07 13:18:33 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.2.1-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip

0 commit comments

Comments
 (0)