[Android] Fix gradle and plugin versions with Android Studio 3.0 Canary 9
This commit is contained in:
parent
194b3ac9d3
commit
ca80839094
|
@ -7,7 +7,7 @@ buildscript {
|
|||
maven { url 'https://maven.google.com' }
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.0.0-alpha8'
|
||||
classpath 'com.android.tools.build:gradle:3.0.0-alpha9'
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle files.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#Mon Jul 17 18:25:08 CEST 2017
|
||||
#Tue Aug 08 14:17:48 CDT 2017
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-milestone-1-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-rc-1-all.zip
|
||||
|
|
Loading…
Reference in New Issue