From b5550deba848dd2ba4d427c3b346842232822596 Mon Sep 17 00:00:00 2001 From: "mapbox-github-ci-writer-5[bot]" <79159111+mapbox-github-ci-writer-5[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 16:37:57 +0000 Subject: [PATCH] changelog for v10.16.4 (#2220) Co-authored-by: root --- CHANGELOG.md | 4 +++- extension-localization/README.md | 2 +- extension-style/README.md | 2 +- plugin-animation/README.md | 2 +- plugin-annotation/README.md | 2 +- plugin-attribution/README.md | 2 +- plugin-compass/README.md | 4 ++-- plugin-gestures/README.md | 4 ++-- plugin-lifecycle/README.md | 2 +- plugin-locationcomponent/README.md | 2 +- plugin-logo/README.md | 2 +- plugin-scalebar/README.md | 2 +- plugin-viewport/README.md | 2 +- 13 files changed, 17 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a8f4b1a46..b83330dd4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,8 @@ Mapbox welcomes participation and contributions from everyone. -# 10.16.4 + +# 10.16.4 January 08, 2024 ## Features ✨ and improvements 🏁 * Improve performance of `StyleInterface.localizeLabels` method. @@ -18,6 +19,7 @@ Mapbox welcomes participation and contributions from everyone. ## Dependencies * Update gl-native to v10.16.4 and common to v23.8.6. + # 10.16.3 December 08, 2023 ## Bug fixes 🐞 * Downgrade minimum required `compileSDK` from 31 to 30. diff --git a/extension-localization/README.md b/extension-localization/README.md index 6d22bb40a4..1425c8d1b3 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.3' + implementation 'com.mapbox.extension:maps-localization:10.16.4' } ``` diff --git a/extension-style/README.md b/extension-style/README.md index f537ef44ef..156b392f01 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.3' + implementation 'com.mapbox.extension:maps-style:10.16.4' } ``` diff --git a/plugin-animation/README.md b/plugin-animation/README.md index 528372887d..16430e251c 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.3' + implementation 'com.mapbox.plugin:maps-animation:10.16.4' } ``` diff --git a/plugin-annotation/README.md b/plugin-annotation/README.md index 401868a105..566a306359 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.3' + implementation 'com.mapbox.plugin:maps-annotation:10.16.4' } ``` diff --git a/plugin-attribution/README.md b/plugin-attribution/README.md index 4c853e0ddb..eac7d8abe7 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.3' + implementation 'com.mapbox.plugin:maps-attribution:10.16.4' } ``` diff --git a/plugin-compass/README.md b/plugin-compass/README.md index e4d3a1abe1..cd97f2012e 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.3' + implementation 'com.mapbox.plugin:maps-compass:10.16.4' // Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:10.16.3' + implementation 'com.mapbox.plugin:maps-animation:10.16.4' } ``` diff --git a/plugin-gestures/README.md b/plugin-gestures/README.md index ecd6324f37..1c8e879912 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.3' + implementation 'com.mapbox.plugin:maps-gestures:10.16.4' // Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:10.16.3' + implementation 'com.mapbox.plugin:maps-animation:10.16.4' } ``` diff --git a/plugin-lifecycle/README.md b/plugin-lifecycle/README.md index 934fb761a2..d193eb27cc 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.3' + implementation 'com.mapbox.plugin:maps-lifecycle:10.16.4' // 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 ecaf92cbf3..7b7f90fa4f 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.3' + implementation 'com.mapbox.plugin:maps-locationcomponent:10.16.4' } ``` diff --git a/plugin-logo/README.md b/plugin-logo/README.md index 73e5144dd4..b420399f37 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.3' + implementation 'com.mapbox.plugin:maps-logo:10.16.4' } ``` diff --git a/plugin-scalebar/README.md b/plugin-scalebar/README.md index 992043246e..7e6f2ea000 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.3' + implementation 'com.mapbox.plugin:maps-scalebar:10.16.4' } ``` diff --git a/plugin-viewport/README.md b/plugin-viewport/README.md index b634445912..e4e3997cf8 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.3' + implementation 'com.mapbox.plugin:maps-viewport:10.16.4' } ```