aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorpacien2023-07-01 18:03:50 +0200
committerpacien2023-07-30 03:53:15 +0200
commit953a8f325418ae3c1c2494fe4ffc7dfed56755a3 (patch)
treef376cbf1583eca4303a0dc3adb8c167d39303359 /gradle.properties
parent1e3a8540dc9049f30fe1474e59758d96c921eaed (diff)
downloadtincapp-953a8f325418ae3c1c2494fe4ffc7dfed56755a3.tar.gz
project: update gradle build tool 7.4.2 -> 8.0.2
As recommended by Android Studio.
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.