[Android] Fix gradle version with Android Studio 3.0 Canary 8

This commit is contained in:
Saúl Ibarra Corretgé 2017-07-26 17:30:45 +02:00
parent f0ab835b46
commit 51934dac1b
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ buildscript {
maven { url 'https://maven.google.com' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0-alpha6'
classpath 'com.android.tools.build:gradle:3.0.0-alpha8'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files.