File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ MapLibre welcomes participation and contributions from everyone.
55
66## Unreleased
77
8+ - Update MapLibre native to v12.3.0
9+ - Bump minSdk to 23 for UI library (required by MapLibre 12.x)
10+ - Update other dependencies
11+
812### v5.0.0-pre11 - Aug 30, 2025
913
1014- Update to latest dependencies [ #182 ] ( https://github.com/maplibre/maplibre-navigation-android/pull/182 )
Original file line number Diff line number Diff line change 11[versions ]
2- android-gradle-plugin = " 8.13.0 "
3- kotlin = " 2.2.20 "
2+ android-gradle-plugin = " 8.13.1 "
3+ kotlin = " 2.2.21 "
44kotlinx-serialization-json = " 1.9.0"
55kotlinx-coroutines = " 1.10.2"
66kotlin-dokka = " 2.1.0"
77nexus = " 2.0.0"
88kermit = " 2.0.8"
9- maplibre = " 11.13.5 "
9+ maplibre = " 12.3.0 "
1010maplibre-annotation = " 3.0.2"
1111maplibre-geojson = " 7.0.0-pre0"
1212play-services-location = " 21.3.0"
@@ -16,12 +16,12 @@ material = "1.13.0"
1616androidx-recyclerview = " 1.4.0"
1717androidx-constraintlayout = " 2.2.1"
1818androidx-cardview = " 1.0.0"
19- androidx-lifecycle-viewmodel = " 2.9.4 "
19+ androidx-lifecycle-viewmodel = " 2.10.0 "
2020androidx-multidex = " 2.0.1"
2121picasso = " 2.71828"
2222json = " 20250517"
2323timber = " 5.0.1"
24- autovalue = " 1.11.0 "
24+ autovalue = " 1.11.1 "
2525mapbox-geojson = " 5.8.0"
2626mockito = " 5.20.0"
2727junit = " 4.13.2"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ android {
2222
2323 defaultConfig {
2424 compileSdk = 35
25- minSdk = 21
25+ minSdk = 23
2626
2727 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
2828
You can’t perform that action at this time.
0 commit comments