From 56479684a91f6214db6a773300f8a7d0bf4f69c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 03:26:46 +0000 Subject: [PATCH] deps(deps): bump org.maplibre.gl:android-sdk from 12.3.1 to 13.2.0 Bumps [org.maplibre.gl:android-sdk](https://github.com/maplibre/maplibre-native) from 12.3.1 to 13.2.0. - [Release notes](https://github.com/maplibre/maplibre-native/releases) - [Changelog](https://github.com/maplibre/maplibre-native/blob/main/CHANGELOG.md) - [Commits](https://github.com/maplibre/maplibre-native/compare/android-v12.3.1...android-v13.2.0) --- updated-dependencies: - dependency-name: org.maplibre.gl:android-sdk dependency-version: 13.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 852b35dc8..bda5c8d9c 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -519,7 +519,7 @@ dependencies { implementation("org.msgpack:msgpack-core:0.9.8") // MapLibre - for offline-capable maps - implementation("org.maplibre.gl:android-sdk:12.3.1") + implementation("org.maplibre.gl:android-sdk:13.2.0") // Google Play Services Location - for FusedLocationProviderClient implementation("com.google.android.gms:play-services-location:21.2.0")