diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c8182922b..27d40dded0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,8 @@ Mapbox welcomes participation and contributions from everyone. -# 10.16.5 + +# 10.16.5 February 22, 2024 ## Features ✨ and improvements 🏁 * Introduce better way (compared to v10.16.3) of dealing with `java.lang.UnsatisfiedLinkError` exception happening on the startup. @@ -13,6 +14,7 @@ Mapbox welcomes participation and contributions from everyone. ## Dependencies * Update gl-native to v10.16.5 and common to v23.9.0. + # 10.16.4 January 08, 2024 ## Features ✨ and improvements 🏁 * Improve performance of `StyleInterface.localizeLabels` method. diff --git a/extension-localization/README.md b/extension-localization/README.md index 1425c8d1b3..3959917ab0 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.4' + implementation 'com.mapbox.extension:maps-localization:10.16.5' } ``` diff --git a/extension-style/README.md b/extension-style/README.md index 156b392f01..3daee013e8 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.4' + implementation 'com.mapbox.extension:maps-style:10.16.5' } ``` diff --git a/plugin-animation/README.md b/plugin-animation/README.md index 16430e251c..ebc16684e8 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.4' + implementation 'com.mapbox.plugin:maps-animation:10.16.5' } ``` diff --git a/plugin-annotation/README.md b/plugin-annotation/README.md index 566a306359..da5a36abb2 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.4' + implementation 'com.mapbox.plugin:maps-annotation:10.16.5' } ``` diff --git a/plugin-attribution/README.md b/plugin-attribution/README.md index eac7d8abe7..9aecade2dc 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.4' + implementation 'com.mapbox.plugin:maps-attribution:10.16.5' } ``` diff --git a/plugin-compass/README.md b/plugin-compass/README.md index cd97f2012e..8fa48bccd9 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.4' + implementation 'com.mapbox.plugin:maps-compass:10.16.5' // Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:10.16.4' + implementation 'com.mapbox.plugin:maps-animation:10.16.5' } ``` diff --git a/plugin-gestures/README.md b/plugin-gestures/README.md index 1c8e879912..10948a48f7 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.4' + implementation 'com.mapbox.plugin:maps-gestures:10.16.5' // Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:10.16.4' + implementation 'com.mapbox.plugin:maps-animation:10.16.5' } ``` diff --git a/plugin-lifecycle/README.md b/plugin-lifecycle/README.md index d193eb27cc..b10b1b0a87 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.4' + implementation 'com.mapbox.plugin:maps-lifecycle:10.16.5' // 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 7b7f90fa4f..d042b756fe 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.4' + implementation 'com.mapbox.plugin:maps-locationcomponent:10.16.5' } ``` diff --git a/plugin-logo/README.md b/plugin-logo/README.md index b420399f37..4a2a49b501 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.4' + implementation 'com.mapbox.plugin:maps-logo:10.16.5' } ``` diff --git a/plugin-scalebar/README.md b/plugin-scalebar/README.md index 7e6f2ea000..707a3c8883 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.4' + implementation 'com.mapbox.plugin:maps-scalebar:10.16.5' } ``` diff --git a/plugin-viewport/README.md b/plugin-viewport/README.md index e4e3997cf8..f3b267d475 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.4' + implementation 'com.mapbox.plugin:maps-viewport:10.16.5' } ```