feat(mobile): update maplibre to support PMTiles in the mobile app (#19016)

* feat(mobile): update maplibre to support PMTiles in the mobile app

* feat(mobile): update Podfile.lock
This commit is contained in:
Savely Krasovsky 2025-06-09 16:40:12 +02:00 committed by GitHub
parent ccb0e711f0
commit 047c7821a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 12 additions and 11 deletions

View file

@ -29,6 +29,7 @@ if (keystorePropertiesFile.exists()) {
android {
compileSdkVersion 35
ndkVersion = "28.1.13356709"
compileOptions {
sourceCompatibility JavaVersion.VERSION_17