aboutsummaryrefslogtreecommitdiffstats
path: root/gradle.properties
diff options
context:
space:
mode:
authorChristian Schneppe <christian.schneppe@pix-art.de>2020-02-01 20:36:52 +0100
committerChristian Schneppe <christian.schneppe@pix-art.de>2020-02-01 20:36:52 +0100
commit68d7b433d8ddaa8b684f3c7eb870a6acdbecf70a (patch)
treee51338e9f4da1287afa7a3d723cc5ab6ea94e87e /gradle.properties
parenta669e200b59b42d9d704eecc3521322dc46c45f6 (diff)
correct build scripts
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties
index 0c0632ee2..4ae591228 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,3 +1,6 @@
android.enableJetifier=true
android.useAndroidX=true
org.gradle.jvmargs=-Xmx2048M
+org.gradle.parallel=true
+android.enableR8=true
+android.enableR8.fullMode=false