Upgrade Android Studio
This commit is contained in:
parent
001f8657f6
commit
337b4c4268
@ -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
|
||||
|
@ -23,3 +23,4 @@ org.gradle.daemon=true
|
||||
|
||||
# Enable AAPT2
|
||||
android.enableAapt2=true
|
||||
android.enableD8=true
|
||||
|
Loading…
Reference in New Issue
Block a user