summaryrefslogtreecommitdiff
path: root/android-app/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/app/build.gradle
parentdea0c6d1e873eac30f9087e80026cf5127428fbf (diff)
fix: resolve MapLibre 11.x migration issues and layout/resource errors
Diffstat (limited to 'android-app/app/build.gradle')
-rw-r--r--android-app/app/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/android-app/app/build.gradle b/android-app/app/build.gradle
index 564aa81..d466e95 100644
--- a/android-app/app/build.gradle
+++ b/android-app/app/build.gradle
@@ -51,6 +51,7 @@ android {
dependencies {
implementation platform('com.google.firebase:firebase-bom:32.7.2')
implementation 'com.google.firebase:firebase-analytics-ktx'
+ implementation 'org.maplibre.gl:android-sdk:11.5.1'
implementation 'androidx.core:core-ktx:1.12.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.11.0'