Revert "Turn on D8"

This reverts commit abbe0ccf95.
This commit is contained in:
max-klaus 2020-11-30 18:07:54 +03:00
parent a19d4f7e94
commit 5857b4561f

View file

@ -18,7 +18,6 @@
# for enableD8=true min sdk must be > 22 # for enableD8=true min sdk must be > 22
# UPDATE: temporairly commented since gradle plugin updated to 3.1.3 and claims INSTALL_FAILED_DEXOPT is fixed # UPDATE: temporairly commented since gradle plugin updated to 3.1.3 and claims INSTALL_FAILED_DEXOPT is fixed
# UPDATE 2: D8 causes problems on arm64 devices with Android 6.0 (API 23) # UPDATE 2: D8 causes problems on arm64 devices with Android 6.0 (API 23)
# UPDATE 3: Turn on D8 to recover builds with new gradle 6.5 and pluigin 4.1.1 android.enableD8=false
#android.enableD8=false
android.enableJetifier=true android.enableJetifier=true
android.useAndroidX=true android.useAndroidX=true