Upgrade Android Studio

This commit is contained in:
topjohnwu 2017-08-12 15:54:14 +08:00
parent 001f8657f6
commit 337b4c4268
2 changed files with 2 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-beta1'
classpath 'com.android.tools.build:gradle:3.0.0-beta2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files

View File

@ -23,3 +23,4 @@ org.gradle.daemon=true
# Enable AAPT2
android.enableAapt2=true
android.enableD8=true