summaryrefslogtreecommitdiff
path: root/android-app/app
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-03-22 04:41:19 +0000
committerPeter Stone <thepeterstone@gmail.com>2026-03-22 04:41:19 +0000
commit4ab3b53d5e67245fc7ba11e8b28cac32701001fc (patch)
tree774d36404061b23fac1c94409433754b3f210175 /android-app/app
parent64d66c6ae4fde6aa3e66a5dba33950d447af1102 (diff)
parent2052c40b2b8914cd0965c80bc504c86766d20443 (diff)
merge: resolve conflicts in MainActivity.kt after refactoring
Diffstat (limited to 'android-app/app')
-rw-r--r--android-app/app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/android-app/app/build.gradle b/android-app/app/build.gradle
index 264d0c5..2abcb4d 100644
--- a/android-app/app/build.gradle
+++ b/android-app/app/build.gradle
@@ -94,7 +94,7 @@ dependencies {
implementation 'com.google.android.gms:play-services-location:21.2.0'
// Map
- implementation 'org.maplibre.gl:android-sdk:11.5.1'
+ implementation 'org.maplibre.gl:android-sdk:13.0.1'
// Testing
testImplementation 'junit:junit:4.13.2'