Enable R8 & multidex debug builds only

This commit is contained in:
Geoffrey Métais
2019-06-26 10:01:17 +02:00
parent 07d4002053
commit f48308ee0e
2 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
android.enableJetifier=true
android.useAndroidX=true
android.enableR8=false
android.databinding.incremental=true
kapt.incremental.apt=true
kapt.use.worker.api=true

View File

@@ -64,7 +64,6 @@ android {
versionCode rootProject.ext.versionCode
versionName rootProject.ext.versionName
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
tasks.whenTaskAdded { task ->
if (task.name.startsWith('merge')) {
@@ -127,6 +126,7 @@ android {
debug {
applicationIdSuffix ".debug"
jniDebuggable true
multiDexEnabled true
}
dev {
initWith debug