Skip to content
Snippets Groups Projects
Commit f48308ee authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Enable R8 & multidex debug builds only

parent 07d40020
No related branches found
No related tags found
No related merge requests found
Pipeline #7755 passed with stage
in 3 minutes and 40 seconds
android.enableJetifier=true
android.useAndroidX=true
android.enableR8=false
android.databinding.incremental=true
kapt.incremental.apt=true
kapt.use.worker.api=true
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment