Update Gradle for Android Studio 3.0 (#344)

This commit is contained in:
Eugene Cheung 2017-10-29 21:13:40 -04:00 committed by GitHub
commit 451a093c09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 54 additions and 51 deletions

View file

@ -1,9 +1,10 @@
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.android.tools.build:gradle:3.0.0'
}
}