diff --git a/app/build.gradle.kts b/app/build.gradle.kts index a28a97c8..2f27fffb 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -336,7 +336,7 @@ dependencies { // duplicates classes from mapbox-sdk-services exclude("org.maplibre.gl", "android-sdk-geojson") } - implementation("org.maplibre.gl:android-sdk:10.3.4") { + implementation("org.maplibre.gl:android-sdk:10.3.5") { exclude("org.maplibre.gl", "android-sdk-geojson") }