android: update Gradle plugin version for AS 3.0.1

This commit is contained in:
Saúl Ibarra Corretgé 2017-12-14 09:57:16 +01:00 committed by Paweł Domas
parent 49acd6bf6a
commit b920140488
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
classpath 'com.android.tools.build:gradle:3.0.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files.