diff options
author | pacien | 2023-07-01 18:03:50 +0200 |
---|---|---|
committer | pacien | 2023-07-30 03:53:15 +0200 |
commit | 953a8f325418ae3c1c2494fe4ffc7dfed56755a3 (patch) | |
tree | f376cbf1583eca4303a0dc3adb8c167d39303359 /gradle.properties | |
parent | 1e3a8540dc9049f30fe1474e59758d96c921eaed (diff) | |
download | tincapp-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.properties | 3 |
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. |
25 | android.defaults.buildfeatures.buildconfig=true | ||
25 | android.enableJetifier=true | 26 | android.enableJetifier=true |
27 | android.nonFinalResIds=false | ||
28 | android.nonTransitiveRClass=false | ||
26 | android.useAndroidX=true | 29 | android.useAndroidX=true |
27 | org.gradle.jvmargs=-Xmx1536m | 30 | org.gradle.jvmargs=-Xmx1536m |
28 | # When configured, Gradle will run in incubating parallel mode. | 31 | # When configured, Gradle will run in incubating parallel mode. |