aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorpacien2023-07-01 18:03:50 +0200
committerpacien2023-07-30 03:53:15 +0200
commit953a8f325418ae3c1c2494fe4ffc7dfed56755a3 (patch)
treef376cbf1583eca4303a0dc3adb8c167d39303359 /build.gradle
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 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 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