summaryrefslogtreecommitdiff
path: root/android-app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'android-app/build.gradle')
-rw-r--r--android-app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/android-app/build.gradle b/android-app/build.gradle
index bdc050c..1187cb7 100644
--- a/android-app/build.gradle
+++ b/android-app/build.gradle
@@ -2,7 +2,7 @@
plugins {
id 'com.android.application' version '8.3.2' apply false
id 'com.android.library' version '8.3.2' apply false
- id 'org.jetbrains.kotlin.android' version '1.9.23' apply false
+ id 'org.jetbrains.kotlin.android' version '2.0.0' apply false
id 'com.google.gms.google-services' version '4.4.1' apply false
id 'com.google.firebase.appdistribution' version '4.0.1' apply false
}