summaryrefslogtreecommitdiff
path: root/android-app/build.gradle
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-03-13 23:47:20 +0000
committerPeter Stone <thepeterstone@gmail.com>2026-03-13 23:47:20 +0000
commitdde00c0f8e4571b6253a8c65598e1de7d905e742 (patch)
tree2c896f997d4489e0df04a4057dbac51da2198bda /android-app/build.gradle
parentdea0c6d1e873eac30f9087e80026cf5127428fbf (diff)
fix: resolve MapLibre 11.x migration issues and layout/resource errors
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
}