mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-15 01:17:25 +00:00
Disable D8, dex not compatible with Android 5.0
This commit is contained in:
@@ -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.
|
# 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.
|
# The developer environment is optimized for speed and feedback so we nearly always run Gradle jobs with the daemon.
|
||||||
org.gradle.daemon=true
|
org.gradle.daemon=true
|
||||||
|
|
||||||
# Enable AAPT2
|
|
||||||
android.enableAapt2=true
|
|
||||||
android.enableD8=true
|
|
||||||
|
Reference in New Issue
Block a user