summaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties5
1 files changed, 3 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties
index 6f1fed53..14448e8f 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -3,7 +3,8 @@
# Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt
#
-android.enableJetifier=true
android.useAndroidX=true
-android.enableUnitTestBinaryResources=false
+android.defaults.buildfeatures.buildconfig=true
+android.nonTransitiveRClass=false
+android.nonFinalResIds=false
org.gradle.jvmargs=-Xmx4096m