Update settings

This commit is contained in:
topjohnwu
2017-01-28 22:02:33 +08:00
parent cd4dfc9861
commit 9bc0b7f183
6 changed files with 46 additions and 15 deletions

View File

@@ -20,7 +20,7 @@ android {
}
compileOptions {
incremental false
incremental true
}
buildTypes {
@@ -34,7 +34,7 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
}
dexOptions {
preDexLibraries = false
preDexLibraries = true
}
externalNativeBuild {
cmake {