upgrade MapLibre - 16 KB page size support

https://github.com/maplibre/maplibre-native/pull/3728
This commit is contained in:
johan12345
2025-08-19 20:38:34 +02:00
parent 7d2a19b0a3
commit 44bd2c6159

View File

@@ -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")
}