Skip to content

Commit f5ed77f

Browse files
committed
chore: upgrade gradle version to 4.9-all and upgrade android gradle build plugin
1 parent 6ca4a2c commit f5ed77f

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.idea/gradle.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
jcenter()
55
}
66
dependencies {
7-
classpath 'com.android.tools.build:gradle:3.1.3'
7+
classpath 'com.android.tools.build:gradle:3.3.0-alpha04'
88
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
99
}
1010
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri Jul 13 09:11:03 CST 2018
1+
#Tue Aug 07 20:00:52 CST 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.4-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-all.zip

0 commit comments

Comments
 (0)