diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dc10016e3..2efbf51124 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,12 @@ Mapbox welcomes participation and contributions from everyone. -# 10.18.3 + +# 10.18.3 July 22, 2024 ## Bug fixes 🐞 * Fix multiple annotation clusters not supported issue. + # 10.18.2 June 24, 2024 ## Features ✨ and improvements 🏁 * Remove explicit main thread locking when using `CircleAnnotationManager`, `PointAnnotationManager`, `PolygonAnnotationManager`, `PolylineAnnotationManager` and dragging the map that could lead to an ANR. diff --git a/extension-localization/README.md b/extension-localization/README.md index be03bd07ac..d36eb3aead 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.2' + implementation 'com.mapbox.extension:maps-localization:10.18.3' } ``` diff --git a/extension-style/README.md b/extension-style/README.md index a67b67ca6f..87518fab3d 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.2' + implementation 'com.mapbox.extension:maps-style:10.18.3' } ``` diff --git a/plugin-animation/README.md b/plugin-animation/README.md index d1b3bc1eae..a69b4411c8 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.2' + implementation 'com.mapbox.plugin:maps-animation:10.18.3' } ``` diff --git a/plugin-annotation/README.md b/plugin-annotation/README.md index f58be6e8e2..686e33e9d5 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.2' + implementation 'com.mapbox.plugin:maps-annotation:10.18.3' } ``` diff --git a/plugin-attribution/README.md b/plugin-attribution/README.md index 086145f966..1d75fa94d0 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.2' + implementation 'com.mapbox.plugin:maps-attribution:10.18.3' } ``` diff --git a/plugin-compass/README.md b/plugin-compass/README.md index e834fee436..f9001b516b 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.2' + implementation 'com.mapbox.plugin:maps-compass:10.18.3' // Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:10.18.2' + implementation 'com.mapbox.plugin:maps-animation:10.18.3' } ``` diff --git a/plugin-gestures/README.md b/plugin-gestures/README.md index d661e77458..1f56d0bd78 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.2' + implementation 'com.mapbox.plugin:maps-gestures:10.18.3' // Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:10.18.2' + implementation 'com.mapbox.plugin:maps-animation:10.18.3' } ``` diff --git a/plugin-lifecycle/README.md b/plugin-lifecycle/README.md index a3984ba2e4..6eb0fe3a8e 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.2' + implementation 'com.mapbox.plugin:maps-lifecycle:10.18.3' // 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 136bb0a528..a82d04233f 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.2' + implementation 'com.mapbox.plugin:maps-locationcomponent:10.18.3' } ``` diff --git a/plugin-logo/README.md b/plugin-logo/README.md index 2ec36af766..74dd1f8a6b 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.2' + implementation 'com.mapbox.plugin:maps-logo:10.18.3' } ``` diff --git a/plugin-scalebar/README.md b/plugin-scalebar/README.md index 0672e84a6f..dbe3e33460 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.2' + implementation 'com.mapbox.plugin:maps-scalebar:10.18.3' } ``` diff --git a/plugin-viewport/README.md b/plugin-viewport/README.md index 9199188a18..c44b699fa7 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.2' + implementation 'com.mapbox.plugin:maps-viewport:10.18.3' } ```