Merge pull request #6319 from Ebola16/master

Update the Android Gradle plugin to version 3.0.1
This commit is contained in:
Léo Lam 2018-01-24 12:06:45 +01:00 committed by GitHub
commit 5223831c7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
classpath 'com.android.tools.build:gradle:3.0.1'
}
}