diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cf16de000..dc2b2743b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,8 @@ Mapbox welcomes participation and contributions from everyone. -# 10.16.3 + +# 10.16.3 December 08, 2023 ## Bug fixes 🐞 * Downgrade minimum required `compileSDK` from 31 to 30. * Fix the `java.lang.UnsatisfiedLinkError` exception happening on the startup. @@ -20,6 +21,7 @@ Mapbox welcomes participation and contributions from everyone. ## Known issues * The `java.lang.UnsatisfiedLinkError` exception on startup has been fixed when using Mapbox Maps SDK __only__. If other Mapbox products are used (Navigation, Search) - loading navigation / search native libraries might still crash. Mapbox Navigation / Search SDKs fixes will be released separately. + # 10.16.2 November 08, 2023 ## Bug fixes 🐞 * Fix a crash because of non-exported runtime-registered broadcasts receivers for apps targeting SDK 34. diff --git a/extension-localization/README.md b/extension-localization/README.md index f399645f16..6d22bb40a4 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.16.2' + implementation 'com.mapbox.extension:maps-localization:10.16.3' } ``` diff --git a/extension-style/README.md b/extension-style/README.md index 950d11ce63..f537ef44ef 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.16.2' + implementation 'com.mapbox.extension:maps-style:10.16.3' } ``` diff --git a/plugin-animation/README.md b/plugin-animation/README.md index 97053585bb..528372887d 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.16.2' + implementation 'com.mapbox.plugin:maps-animation:10.16.3' } ``` diff --git a/plugin-annotation/README.md b/plugin-annotation/README.md index 8868f65703..401868a105 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.16.2' + implementation 'com.mapbox.plugin:maps-annotation:10.16.3' } ``` diff --git a/plugin-attribution/README.md b/plugin-attribution/README.md index 2dfa656343..4c853e0ddb 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.16.2' + implementation 'com.mapbox.plugin:maps-attribution:10.16.3' } ``` diff --git a/plugin-compass/README.md b/plugin-compass/README.md index aad2e3146b..e4d3a1abe1 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.16.2' + implementation 'com.mapbox.plugin:maps-compass:10.16.3' // Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:10.16.2' + implementation 'com.mapbox.plugin:maps-animation:10.16.3' } ``` diff --git a/plugin-gestures/README.md b/plugin-gestures/README.md index a47d2b2b93..ecd6324f37 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.16.2' + implementation 'com.mapbox.plugin:maps-gestures:10.16.3' // Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:10.16.2' + implementation 'com.mapbox.plugin:maps-animation:10.16.3' } ``` diff --git a/plugin-lifecycle/README.md b/plugin-lifecycle/README.md index be7841d702..934fb761a2 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.16.2' + implementation 'com.mapbox.plugin:maps-lifecycle:10.16.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 a94ce30286..ecaf92cbf3 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.16.2' + implementation 'com.mapbox.plugin:maps-locationcomponent:10.16.3' } ``` diff --git a/plugin-logo/README.md b/plugin-logo/README.md index 71ab6cd7d6..73e5144dd4 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.16.2' + implementation 'com.mapbox.plugin:maps-logo:10.16.3' } ``` diff --git a/plugin-scalebar/README.md b/plugin-scalebar/README.md index 38924ed30e..992043246e 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.16.2' + implementation 'com.mapbox.plugin:maps-scalebar:10.16.3' } ``` diff --git a/plugin-viewport/README.md b/plugin-viewport/README.md index 1be1836dd2..b634445912 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.16.2' + implementation 'com.mapbox.plugin:maps-viewport:10.16.3' } ```