diff --git a/CHANGELOG.md b/CHANGELOG.md index f7deb67919..f7a6242904 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,8 @@ Mapbox welcomes participation and contributions from everyone. -# 10.19.0 + +# 10.19.0 December 13, 2024 ## Features ✨ and improvements 🏁 * Publish Mapbox Maps Android artifacts using NDK 27 and [support for 16 KB page sizes](https://developer.android.com/guide/practices/page-sizes). * The new artifacts are available by appending `-ndk27` to the artifact ID (for example, `com.mapbox.maps:android-ndk27:10.19.0`). @@ -14,6 +15,7 @@ Mapbox welcomes participation and contributions from everyone. ## Dependencies * Update gl-native to v10.19.2 and common to v23.11.2. + # 10.18.4 September 06, 2024 ## Features ✨ and improvements 🏁 * Remove explicit main thread locking when clicking / long clicking / interacting with annotations created with `CircleAnnotationManager`, `PointAnnotationManager`, `PolygonAnnotationManager`, `PolylineAnnotationManager` that could lead to an ANR. diff --git a/extension-localization/README.md b/extension-localization/README.md index b4fd8492f6..972b5e7ee8 100644 --- a/extension-localization/README.md +++ b/extension-localization/README.md @@ -31,7 +31,7 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.extension:maps-localization:10.18.0' + implementation 'com.mapbox.extension:maps-localization:10.19.0' } ``` diff --git a/extension-style/README.md b/extension-style/README.md index 3b825c2b57..0933fc79fa 100644 --- a/extension-style/README.md +++ b/extension-style/README.md @@ -32,7 +32,7 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.extension:maps-style:10.18.0' + implementation 'com.mapbox.extension:maps-style:10.19.0' } ``` diff --git a/plugin-animation/README.md b/plugin-animation/README.md index 38f599b1fc..b3d3e898f8 100644 --- a/plugin-animation/README.md +++ b/plugin-animation/README.md @@ -34,7 +34,7 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-animation:10.18.0' + implementation 'com.mapbox.plugin:maps-animation:10.19.0' } ``` diff --git a/plugin-annotation/README.md b/plugin-annotation/README.md index e125230628..c22b6b173b 100644 --- a/plugin-annotation/README.md +++ b/plugin-annotation/README.md @@ -30,7 +30,7 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-annotation:10.18.0' + implementation 'com.mapbox.plugin:maps-annotation:10.19.0' } ``` diff --git a/plugin-attribution/README.md b/plugin-attribution/README.md index e8df19e013..5e46eb5f01 100644 --- a/plugin-attribution/README.md +++ b/plugin-attribution/README.md @@ -33,7 +33,7 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-attribution:10.18.0' + implementation 'com.mapbox.plugin:maps-attribution:10.19.0' } ``` diff --git a/plugin-compass/README.md b/plugin-compass/README.md index 9f60f7a41f..c25b3ce369 100644 --- a/plugin-compass/README.md +++ b/plugin-compass/README.md @@ -32,9 +32,9 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-compass:10.18.0' + implementation 'com.mapbox.plugin:maps-compass:10.19.0' // Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:10.18.0' + implementation 'com.mapbox.plugin:maps-animation:10.19.0' } ``` diff --git a/plugin-gestures/README.md b/plugin-gestures/README.md index aebb2b7a4c..054bf59845 100644 --- a/plugin-gestures/README.md +++ b/plugin-gestures/README.md @@ -30,9 +30,9 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-gestures:10.18.0' + implementation 'com.mapbox.plugin:maps-gestures:10.19.0' // Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:10.18.0' + implementation 'com.mapbox.plugin:maps-animation:10.19.0' } ``` diff --git a/plugin-lifecycle/README.md b/plugin-lifecycle/README.md index 5d86aa54be..ddd3ea8546 100644 --- a/plugin-lifecycle/README.md +++ b/plugin-lifecycle/README.md @@ -30,7 +30,7 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-lifecycle:10.18.0' + implementation 'com.mapbox.plugin:maps-lifecycle:10.19.0' // Make sure the version of appcompat is 1.3.0+ implementation 'androidx.appcompat:appcompat:1.3.0' } diff --git a/plugin-locationcomponent/README.md b/plugin-locationcomponent/README.md index 1517a46fd8..3798ae024b 100644 --- a/plugin-locationcomponent/README.md +++ b/plugin-locationcomponent/README.md @@ -32,7 +32,7 @@ allprojects { } // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-locationcomponent:10.18.0' + implementation 'com.mapbox.plugin:maps-locationcomponent:10.19.0' } ``` diff --git a/plugin-logo/README.md b/plugin-logo/README.md index bc459849b3..fa55e19af8 100644 --- a/plugin-logo/README.md +++ b/plugin-logo/README.md @@ -30,7 +30,7 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-logo:10.18.0' + implementation 'com.mapbox.plugin:maps-logo:10.19.0' } ``` diff --git a/plugin-scalebar/README.md b/plugin-scalebar/README.md index 7ee94fc30f..4b989b22c7 100644 --- a/plugin-scalebar/README.md +++ b/plugin-scalebar/README.md @@ -32,7 +32,7 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-scalebar:10.18.0' + implementation 'com.mapbox.plugin:maps-scalebar:10.19.0' } ``` diff --git a/plugin-viewport/README.md b/plugin-viewport/README.md index 9ec90b97ab..bc006d88d6 100644 --- a/plugin-viewport/README.md +++ b/plugin-viewport/README.md @@ -50,7 +50,7 @@ allprojects { } // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-viewport:10.18.0' + implementation 'com.mapbox.plugin:maps-viewport:10.19.0' } ```