[Android] Update gradle plugin version for Android Studio 3 beta 5

This commit is contained in:
Saúl Ibarra Corretgé 2017-09-13 14:35:21 +02:00
parent 72c9933e73
commit fe8f383a41
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-beta4'
classpath 'com.android.tools.build:gradle:3.0.0-beta5'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files.