Disable D8, dex not compatible with Android 5.0

This commit is contained in:
topjohnwu 2017-09-05 02:57:21 +08:00
parent 478c43969b
commit 727294fbbe

View File

@ -20,7 +20,3 @@ org.gradle.parallel=true
# When set to true the Gradle daemon is used to run the build. For local developer builds this is our favorite property.
# The developer environment is optimized for speed and feedback so we nearly always run Gradle jobs with the daemon.
org.gradle.daemon=true
# Enable AAPT2
android.enableAapt2=true
android.enableD8=true