Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Mapbox to version with 16KB page size
  • Loading branch information
seadowg committed Sep 16, 2025
commit 0b2d63f34a9ffabae5aa4ca99bbe16db284e8fa8
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ androidXConstraintLayoutCompose = { group = "androidx.constraintlayout", name =
playServicesMaps = { group = "com.google.android.gms", name = "play-services-maps", version = "19.2.0" }
playServicesLocation = { group = "com.google.android.gms", name = "play-services-location", version = "21.3.0" }
playServicesOssLicenses = { group = "com.google.android.gms", name = "play-services-oss-licenses", version = "17.1.0" }
mapboxAndroidSdk = { group = "com.mapbox.maps", name = "android", version = "10.16.4" } # Check if https://github.com/mapbox/mapbox-maps-android/issues/2389#issuecomment-2432018812 no longer takes place before upgrading
mapboxAndroidSdk = { group = "com.mapbox.maps", name = "android-ndk27", version = "10.19.0" } # Check if https://github.com/mapbox/mapbox-maps-android/issues/2389#issuecomment-2432018812 no longer takes place before upgrading
osmdroid = { group = "org.osmdroid", name = "osmdroid-android", version = "6.1.20" }
okHttp = { group = "com.squareup.okhttp3", name = "okhttp", version.ref = "okhttp3" }
okHttpTls = { group = "com.squareup.okhttp3", name = "okhttp-tls", version.ref = "okhttp3" }
Expand Down