diff --git a/CHANGELOG.md b/CHANGELOG.md index 7232d09673..5ca10522dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,8 @@ Mapbox welcomes participation and contributions from everyone. # main -# 11.7.3 + +# 11.7.3 November 19, 2024 ## Bug fixes 🐞 * Fix map flickering on some Mali and PowerVR GPUs. diff --git a/extension-androidauto/README.md b/extension-androidauto/README.md index 9e882d8b24..e1dc8fce05 100644 --- a/extension-androidauto/README.md +++ b/extension-androidauto/README.md @@ -33,7 +33,7 @@ allprojects { // In your build.gradle, add the extension with your other dependencies. dependencies { // Note that the Mapbox Android Auto Extension depends on the entire Mapbox Maps SDK, it will bring the whole Mapbox Maps SDK with the same version as transitive dependency. - implementation 'com.mapbox.extension:maps-androidauto:11.7.2' + implementation 'com.mapbox.extension:maps-androidauto:11.7.3' } ``` diff --git a/extension-compose/README.md b/extension-compose/README.md index ef5790c8aa..705faae6eb 100644 --- a/extension-compose/README.md +++ b/extension-compose/README.md @@ -51,11 +51,11 @@ allprojects { // In your build.gradle, add the compose extension with your other dependencies. dependencies { - implementation 'com.mapbox.extension:maps-compose:11.7.2' + implementation 'com.mapbox.extension:maps-compose:11.7.3' // Pick your versions of Android Mapbox Map SDK // Note that Compose extension is compatible with Maps SDK v11.0+. - implementation 'com.mapbox.maps:android:11.7.2' + implementation 'com.mapbox.maps:android:11.7.3' } ``` diff --git a/extension-localization/README.md b/extension-localization/README.md index 777f884e2e..d3c842f8f9 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:11.7.2' + implementation 'com.mapbox.extension:maps-localization:11.7.3' } ``` diff --git a/extension-style/README.md b/extension-style/README.md index 02f2149c41..29994f64d6 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:11.7.2' + implementation 'com.mapbox.extension:maps-style:11.7.3' } ``` diff --git a/plugin-animation/README.md b/plugin-animation/README.md index 070ddf79a2..623896af33 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:11.7.2' + implementation 'com.mapbox.plugin:maps-animation:11.7.3' } ``` diff --git a/plugin-annotation/README.md b/plugin-annotation/README.md index 2c89982906..abc5f064c7 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:11.7.2' + implementation 'com.mapbox.plugin:maps-annotation:11.7.3' } ``` diff --git a/plugin-attribution/README.md b/plugin-attribution/README.md index 56a7b99379..139bed9fc2 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:11.7.2' + implementation 'com.mapbox.plugin:maps-attribution:11.7.3' } ``` diff --git a/plugin-compass/README.md b/plugin-compass/README.md index ee76558cd6..9dd1b29d8f 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:11.7.2' + implementation 'com.mapbox.plugin:maps-compass:11.7.3' // Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:11.7.2' + implementation 'com.mapbox.plugin:maps-animation:11.7.3' } ``` diff --git a/plugin-gestures/README.md b/plugin-gestures/README.md index e75e3fc79a..3582b462ee 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:11.7.2' + implementation 'com.mapbox.plugin:maps-gestures:11.7.3' // Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:11.7.2' + implementation 'com.mapbox.plugin:maps-animation:11.7.3' } ``` diff --git a/plugin-lifecycle/README.md b/plugin-lifecycle/README.md index 85afef6b6b..acd4f0e327 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:11.7.2' + implementation 'com.mapbox.plugin:maps-lifecycle:11.7.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 64948f2de6..2b10692332 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:11.7.2' + implementation 'com.mapbox.plugin:maps-locationcomponent:11.7.3' } ``` diff --git a/plugin-logo/README.md b/plugin-logo/README.md index b672cf1fcc..26394d5d9d 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:11.7.2' + implementation 'com.mapbox.plugin:maps-logo:11.7.3' } ``` diff --git a/plugin-scalebar/README.md b/plugin-scalebar/README.md index f55fec6370..3475439a11 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:11.7.2' + implementation 'com.mapbox.plugin:maps-scalebar:11.7.3' } ``` diff --git a/plugin-viewport/README.md b/plugin-viewport/README.md index 77b95347fa..4d3780bfbd 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:11.7.2' + implementation 'com.mapbox.plugin:maps-viewport:11.7.3' } ```