File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33Mapbox welcomes participation and contributions from everyone.
44
55
6- # 10.19.1
6+
7+ # 10.19.1 October 08, 2025
78## Bug fixes 🐞
89* Fixed map clicks being blocked by annotation managers with no click listeners
910
11+
1012# 10.19.0 December 13, 2024
1113## Features ✨ and improvements 🏁
1214* Publish Mapbox Maps Android artifacts using NDK 27 and [ support for 16 KB page sizes] ( https://developer.android.com/guide/practices/page-sizes ) .
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ allprojects {
3131
3232// In the app build.gradle file
3333dependencies {
34- implementation 'com.mapbox.extension:maps-localization:10.19.0 '
34+ implementation 'com.mapbox.extension:maps-localization:10.19.1 '
3535}
3636```
3737
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ allprojects {
3232
3333// In the app build.gradle file
3434dependencies {
35- implementation 'com.mapbox.extension:maps-style:10.19.0 '
35+ implementation 'com.mapbox.extension:maps-style:10.19.1 '
3636}
3737```
3838
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ allprojects {
3434
3535// In the app build.gradle file
3636dependencies {
37- implementation 'com.mapbox.plugin:maps-animation:10.19.0 '
37+ implementation 'com.mapbox.plugin:maps-animation:10.19.1 '
3838}
3939```
4040
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ allprojects {
3030
3131// In the app build.gradle file
3232dependencies {
33- implementation 'com.mapbox.plugin:maps-annotation:10.19.0 '
33+ implementation 'com.mapbox.plugin:maps-annotation:10.19.1 '
3434}
3535```
3636
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ allprojects {
3333
3434// In the app build.gradle file
3535dependencies {
36- implementation 'com.mapbox.plugin:maps-attribution:10.19.0 '
36+ implementation 'com.mapbox.plugin:maps-attribution:10.19.1 '
3737}
3838```
3939
Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ allprojects {
3232
3333// In the app build.gradle file
3434dependencies {
35- implementation 'com.mapbox.plugin:maps-compass:10.19.0 '
35+ implementation 'com.mapbox.plugin:maps-compass:10.19.1 '
3636 // Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin
37- implementation 'com.mapbox.plugin:maps-animation:10.19.0 '
37+ implementation 'com.mapbox.plugin:maps-animation:10.19.1 '
3838}
3939```
4040
Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ allprojects {
3030
3131// In the app build.gradle file
3232dependencies {
33- implementation 'com.mapbox.plugin:maps-gestures:10.19.0 '
33+ implementation 'com.mapbox.plugin:maps-gestures:10.19.1 '
3434 // Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin
35- implementation 'com.mapbox.plugin:maps-animation:10.19.0 '
35+ implementation 'com.mapbox.plugin:maps-animation:10.19.1 '
3636}
3737```
3838
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ allprojects {
3030
3131// In the app build.gradle file
3232dependencies {
33- implementation 'com.mapbox.plugin:maps-lifecycle:10.19.0 '
33+ implementation 'com.mapbox.plugin:maps-lifecycle:10.19.1 '
3434 // Make sure the version of appcompat is 1.3.0+
3535 implementation 'androidx.appcompat:appcompat:1.3.0'
3636}
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ allprojects {
3232}
3333// In the app build.gradle file
3434dependencies {
35- implementation 'com.mapbox.plugin:maps-locationcomponent:10.19.0 '
35+ implementation 'com.mapbox.plugin:maps-locationcomponent:10.19.1 '
3636}
3737```
3838
You can’t perform that action at this time.
0 commit comments