[Android] Fix gradle and plugin versions with Android Studio 3.0 Canary 6
This commit is contained in:
parent
5db605b0cf
commit
326ce4217f
|
@ -7,7 +7,7 @@ buildscript {
|
||||||
maven { url 'https://maven.google.com' }
|
maven { url 'https://maven.google.com' }
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:3.0.0-alpha4'
|
classpath 'com.android.tools.build:gradle:3.0.0-alpha6'
|
||||||
|
|
||||||
// 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,6 @@
|
||||||
|
#Mon Jul 17 18:25:08 CEST 2017
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-milestone-1-all.zip
|
||||||
|
|
Loading…
Reference in New Issue