1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

Update gradle

This commit is contained in:
sunnylqm 2019-10-04 22:28:17 +08:00
parent e463b32709
commit 4f41e428cb
2 changed files with 2 additions and 2 deletions
Example/testHotUpdate/android

@ -12,7 +12,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath("com.android.tools.build:gradle:3.4.2") classpath('com.android.tools.build:gradle:3.5.1')
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-all.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists