Skip to content

Commit 98e38a3

Browse files
committed
chore: Update Maplibre to 12.3.0 along with other deps
1 parent be74904 commit 98e38a3

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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"
44
kotlinx-serialization-json = "1.9.0"
55
kotlinx-coroutines = "1.10.2"
66
kotlin-dokka = "2.1.0"
77
nexus = "2.0.0"
88
kermit = "2.0.8"
9-
maplibre = "11.13.5"
9+
maplibre = "12.3.0"
1010
maplibre-annotation = "3.0.2"
1111
maplibre-geojson = "7.0.0-pre0"
1212
play-services-location = "21.3.0"
@@ -16,12 +16,12 @@ material = "1.13.0"
1616
androidx-recyclerview = "1.4.0"
1717
androidx-constraintlayout = "2.2.1"
1818
androidx-cardview = "1.0.0"
19-
androidx-lifecycle-viewmodel = "2.9.4"
19+
androidx-lifecycle-viewmodel = "2.10.0"
2020
androidx-multidex = "2.0.1"
2121
picasso = "2.71828"
2222
json = "20250517"
2323
timber = "5.0.1"
24-
autovalue = "1.11.0"
24+
autovalue = "1.11.1"
2525
mapbox-geojson = "5.8.0"
2626
mockito = "5.20.0"
2727
junit = "4.13.2"

libandroid-navigation-ui/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)