aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
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 1d889d9..28551fc 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -22,7 +22,10 @@
22# http://www.gradle.org/docs/current/userguide/build_environment.html 22# http://www.gradle.org/docs/current/userguide/build_environment.html
23# Specifies the JVM arguments used for the daemon process. 23# Specifies the JVM arguments used for the daemon process.
24# The setting is particularly useful for tweaking memory settings. 24# The setting is particularly useful for tweaking memory settings.
25android.defaults.buildfeatures.buildconfig=true
25android.enableJetifier=true 26android.enableJetifier=true
27android.nonFinalResIds=false
28android.nonTransitiveRClass=false
26android.useAndroidX=true 29android.useAndroidX=true
27org.gradle.jvmargs=-Xmx1536m 30org.gradle.jvmargs=-Xmx1536m
28# When configured, Gradle will run in incubating parallel mode. 31# When configured, Gradle will run in incubating parallel mode.