From dde00c0f8e4571b6253a8c65598e1de7d905e742 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Fri, 13 Mar 2026 23:47:20 +0000 Subject: fix: resolve MapLibre 11.x migration issues and layout/resource errors --- android-app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'android-app/build.gradle') 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 } -- cgit v1.2.3