[Android] Fix Android Studio 3.0 Beta 6

This commit is contained in:
Lyubo Marinov 2017-10-01 00:18:25 -05:00
parent cfe4564ab3
commit b3cef401f2
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-beta5'
classpath 'com.android.tools.build:gradle:3.0.0-beta6'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files.