aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2023-07-01 18:03:50 +0200
committerpacien2023-07-30 03:53:15 +0200
commit953a8f325418ae3c1c2494fe4ffc7dfed56755a3 (patch)
treef376cbf1583eca4303a0dc3adb8c167d39303359
parent1e3a8540dc9049f30fe1474e59758d96c921eaed (diff)
downloadtincapp-953a8f325418ae3c1c2494fe4ffc7dfed56755a3.tar.gz
project: update gradle build tool 7.4.2 -> 8.0.2
As recommended by Android Studio.
-rw-r--r--build.gradle2
-rw-r--r--gradle.properties3
-rw-r--r--gradle/wrapper/gradle-wrapper.properties2
3 files changed, 5 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index e2d13fc..b3b690c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -27,7 +27,7 @@ buildscript {
27 } 27 }
28 28
29 dependencies { 29 dependencies {
30 classpath 'com.android.tools.build:gradle:7.4.2' 30 classpath 'com.android.tools.build:gradle:8.0.2'
31 classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" 31 classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
32 32
33 // NOTE: Do not place your application dependencies here; they belong 33 // NOTE: Do not place your application dependencies here; they belong
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.
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 8ecf1ca..0b36af7 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3distributionPath=wrapper/dists 3distributionPath=wrapper/dists
4zipStoreBase=GRADLE_USER_HOME 4zipStoreBase=GRADLE_USER_HOME
5zipStorePath=wrapper/dists 5zipStorePath=wrapper/dists
6distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip 6distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-all.zip