From 44bd2c615954970a6153098b636aed00bc640253 Mon Sep 17 00:00:00 2001 From: johan12345 Date: Tue, 19 Aug 2025 20:38:34 +0200 Subject: [PATCH] upgrade MapLibre - 16 KB page size support https://github.com/maplibre/maplibre-native/pull/3728 --- 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 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") }