From b02a2ad15c76873627248beb2c6d73f90e204db7 Mon Sep 17 00:00:00 2001 From: Fedor Tolstonozhenko Date: Tue, 3 Mar 2026 12:39:55 +0100 Subject: [PATCH 01/14] Revert "Bump versions to 0.21.0-rc.1" This reverts commit 288bb0a596d78750497afc1ea1f191f63d9b8068. GitOrigin-RevId: 2dd9c6c07aab4f6434c4ab6a89c7bf4ae39e3f93 --- LICENSE.md | 28 +++++++++---------- gradle.properties | 2 +- gradle/libs.versions.toml | 4 +-- .../main/assets/sdk_versions/com.mapbox.maps | 2 +- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index b260bf2cb6..064749feca 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ ### License -Mapbox Maps for Android version 11.21.0-rc.1 +Mapbox Maps for Android version 11.20.0-SNAPSHOT-03-03--04-55.git-31d878b Mapbox Maps Android SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -488,7 +488,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens =========================================================================== -### MapboxCoreMaps,11.21.0-rc.1,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.20.0-SNAPSHOT-03-03--04-55.git-31d878b,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 @@ -1243,7 +1243,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ### wagyu,0.5.0,BSL-1.0,Angus Johnson and Mapbox,https://github.com/mapbox/wagyu.git ``` -Parts of the code in the Wagyu Library are derived from the version of the +Parts of the code in the Wagyu Library are derived from the version of the Clipper Library by Angus Johnson listed below. Author : Angus Johnson @@ -1251,11 +1251,11 @@ Version : 6.4.0 Date : 2 July 2015 Website : http://www.angusj.com -Copyright for portions of the derived code in the Wagyu library are held -by Angus Johnson, 2010-2015. Copyright for the "include/mapbox/geometry/wagyu/almost_equal.hpp" +Copyright for portions of the derived code in the Wagyu library are held +by Angus Johnson, 2010-2015. Copyright for the "include/mapbox/geometry/wagyu/almost_equal.hpp" file is held by Google Inc and its license is listed at the top of that file. -All other copyright for the Wagyu Library are held by Mapbox, 2016. This code -is published in accordance with, and retains the same license as the Clipper +All other copyright for the Wagyu Library are held by Mapbox, 2016. This code +is published in accordance with, and retains the same license as the Clipper Library by Angus Johnson. Copyright (c) 2010-2015, Angus Johnson @@ -2522,8 +2522,8 @@ DEALINGS IN THE SOFTWARE. ### RapidJSON,1.1.0,MIT,THL A29 Limited and Milo Yip,https://rapidjson.org ``` -Tencent is pleased to support the open source community by making RapidJSON available. - +Tencent is pleased to support the open source community by making RapidJSON available. + Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. If you have downloaded a copy of the RapidJSON binary from Tencent, please note that the RapidJSON binary is licensed under the MIT License. @@ -2535,13 +2535,13 @@ Other dependencies and licenses: Open Source Software Licensed Under the BSD License: -------------------------------------------------------------------- -The msinttypes r29 -Copyright (c) 2006-2013 Alexander Chemeris +The msinttypes r29 +Copyright (c) 2006-2013 Alexander Chemeris All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. @@ -2550,7 +2550,7 @@ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPR Open Source Software Licensed Under the JSON License: -------------------------------------------------------------------- -json.org +json.org Copyright (c) 2002 JSON.org All Rights Reserved. @@ -2558,7 +2558,7 @@ JSON_checker Copyright (c) 2002 JSON.org All Rights Reserved. - + Terms of the JSON License: --------------------------------------------------- diff --git a/gradle.properties b/gradle.properties index 42f8531a83..af0408ca86 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=11.21.0-rc.1 +VERSION_NAME=11.20.0-SNAPSHOT-03-03--04-55.git-31d878b LAST_STABLE_VERSION=11.19.0 # version name for the test app TEST_APP_VERSION_NAME=0.1.0 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 941bc5ffb1..5a5faa1fc8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -33,8 +33,8 @@ japicmp = "0.4.6" # Dependencies # GlNative and Common are used by the convention plugin -mapboxGlNative = "11.21.0-rc.1" -mapboxCommon = "24.21.0-rc.1" +mapboxGlNative = "11.20.0-SNAPSHOT-03-03--04-55.git-31d878b" +mapboxCommon = "24.20.0-SNAPSHOT-03-03--04-55.git-31d878b" mapboxBase = "0.12.0" mapboxGestures = "0.9.2" diff --git a/maps-sdk/src/main/assets/sdk_versions/com.mapbox.maps b/maps-sdk/src/main/assets/sdk_versions/com.mapbox.maps index 985979de5c..08b027b473 100644 --- a/maps-sdk/src/main/assets/sdk_versions/com.mapbox.maps +++ b/maps-sdk/src/main/assets/sdk_versions/com.mapbox.maps @@ -1 +1 @@ -maps-sdk/11.21.0-rc.1 +maps-sdk/11.20.0-SNAPSHOT-03-03--04-55.git-31d878b From b347aee6bbe7b2753f0376b2110dcfe636ff6575 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 3 Mar 2026 13:20:55 +0000 Subject: [PATCH 02/14] [skip ci] Bump release version to v0.20.0-rc.1 GitOrigin-RevId: 2238f70bdc759fb8eaaed2722cff25bfe5966e72 --- LICENSE.md | 4 ++-- gradle.properties | 2 +- gradle/libs.versions.toml | 4 ++-- maps-sdk/src/main/assets/sdk_versions/com.mapbox.maps | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 064749feca..e810185b59 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ ### License -Mapbox Maps for Android version 11.20.0-SNAPSHOT-03-03--04-55.git-31d878b +Mapbox Maps for Android version 11.20.0-rc.1 Mapbox Maps Android SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -488,7 +488,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens =========================================================================== -### MapboxCoreMaps,11.20.0-SNAPSHOT-03-03--04-55.git-31d878b,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.20.0-rc.1,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 diff --git a/gradle.properties b/gradle.properties index af0408ca86..295af1f09d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=11.20.0-SNAPSHOT-03-03--04-55.git-31d878b +VERSION_NAME=11.20.0-rc.1 LAST_STABLE_VERSION=11.19.0 # version name for the test app TEST_APP_VERSION_NAME=0.1.0 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5a5faa1fc8..6a92764245 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -33,8 +33,8 @@ japicmp = "0.4.6" # Dependencies # GlNative and Common are used by the convention plugin -mapboxGlNative = "11.20.0-SNAPSHOT-03-03--04-55.git-31d878b" -mapboxCommon = "24.20.0-SNAPSHOT-03-03--04-55.git-31d878b" +mapboxGlNative = "11.20.0-rc.1" +mapboxCommon = "24.20.0-rc.1" mapboxBase = "0.12.0" mapboxGestures = "0.9.2" diff --git a/maps-sdk/src/main/assets/sdk_versions/com.mapbox.maps b/maps-sdk/src/main/assets/sdk_versions/com.mapbox.maps index 08b027b473..f020aa066a 100644 --- a/maps-sdk/src/main/assets/sdk_versions/com.mapbox.maps +++ b/maps-sdk/src/main/assets/sdk_versions/com.mapbox.maps @@ -1 +1 @@ -maps-sdk/11.20.0-SNAPSHOT-03-03--04-55.git-31d878b +maps-sdk/11.20.0-rc.1 From 4ecb86681a58bca4aa094750a0e648a25a606c99 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 3 Mar 2026 13:21:11 +0000 Subject: [PATCH 03/14] [skip ci] Update changelogs for v0.20.0-rc.1 release GitOrigin-RevId: 9cb06d4b7d0eea85d16cdc170c4ae18e465d67b7 --- CHANGELOG.md | 6 ++++++ extension-androidauto/README.md | 2 +- extension-compose/README.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 +- 15 files changed, 23 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83a7d4023b..1591788207 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ Mapbox welcomes participation and contributions from everyone. # main +# 11.20.0-rc.1 March 03, 2026 + ## Features ✨ and improvements 🏁 * [compose] Add declarative animation API to experimental `Marker` composable with two animation triggers: `appearAnimation` and `disappearAnimation`. Each trigger accepts a list of `MarkerAnimationEffect` including `wiggle` (pendulum rotation), `scale`, `fadeIn`, and `fadeOut`. Effects can be customized with parameters (e.g., `scale(from = 0.5f, to = 1.5f)`, `fade(from = 0.5f, to = 1.0f)`) and combined for rich animations. See `MarkersActivity` example for usage. * Improve FPS statistics logging when `mapView.setOnFpsChangedListener()` is used with separate tracking for frame pacing skips and missed render frames for better performance debugging. @@ -15,6 +17,10 @@ Mapbox welcomes participation and contributions from everyone. * Fix `MapSurface.setMaximumFps` not working correctly on secondary displays (e.g. Android Auto). Use `Context.getDisplay()` on API 30+ to get the actual display refresh rate instead of always using the primary display's rate. * Fix `PointAnnotationManager.iconImageBitmap` setter not registering the bitmap image with the style, causing group-level bitmap icons to be invisible. +## Dependencies +* Update gl-native to [v11.20.0-rc.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.20.0-rc.1), common to [v24.20.0-rc.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.20.0-rc.1). + + # 11.19.0 February 24, 2026 ## Features ✨ and improvements 🏁 diff --git a/extension-androidauto/README.md b/extension-androidauto/README.md index 2da6cc6d09..3b814d19c1 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.19.0' + implementation 'com.mapbox.extension:maps-androidauto:11.20.0-rc.1' } ``` diff --git a/extension-compose/README.md b/extension-compose/README.md index fe997a4f3e..d1f49a8ae6 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.19.0' + implementation 'com.mapbox.extension:maps-compose:11.20.0-rc.1' // 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.19.0' + implementation 'com.mapbox.maps:android:11.20.0-rc.1' } ``` diff --git a/extension-localization/README.md b/extension-localization/README.md index 39db44c65a..696c54707b 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.19.0' + implementation 'com.mapbox.extension:maps-localization:11.20.0-rc.1' } ``` diff --git a/extension-style/README.md b/extension-style/README.md index 23f15c9eff..13a2cb888d 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.19.0' + implementation 'com.mapbox.extension:maps-style:11.20.0-rc.1' } ``` diff --git a/plugin-animation/README.md b/plugin-animation/README.md index 64d3825221..58b9e0e2d7 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.19.0' + implementation 'com.mapbox.plugin:maps-animation:11.20.0-rc.1' } ``` diff --git a/plugin-annotation/README.md b/plugin-annotation/README.md index d5d699e919..c313084e91 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.19.0' + implementation 'com.mapbox.plugin:maps-annotation:11.20.0-rc.1' } ``` diff --git a/plugin-attribution/README.md b/plugin-attribution/README.md index d089ae4b60..c85c52dea4 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.19.0' + implementation 'com.mapbox.plugin:maps-attribution:11.20.0-rc.1' } ``` diff --git a/plugin-compass/README.md b/plugin-compass/README.md index 9997721b1e..2a9b5da388 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.19.0' + implementation 'com.mapbox.plugin:maps-compass:11.20.0-rc.1' // Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:11.19.0' + implementation 'com.mapbox.plugin:maps-animation:11.20.0-rc.1' } ``` diff --git a/plugin-gestures/README.md b/plugin-gestures/README.md index e3294c7236..5fe0385b34 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.19.0' + implementation 'com.mapbox.plugin:maps-gestures:11.20.0-rc.1' // Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:11.19.0' + implementation 'com.mapbox.plugin:maps-animation:11.20.0-rc.1' } ``` diff --git a/plugin-lifecycle/README.md b/plugin-lifecycle/README.md index 3a200c6d85..e1840cb747 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.19.0' + implementation 'com.mapbox.plugin:maps-lifecycle:11.20.0-rc.1' // 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 62c869c62d..b850722c01 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.19.0' + implementation 'com.mapbox.plugin:maps-locationcomponent:11.20.0-rc.1' } ``` diff --git a/plugin-logo/README.md b/plugin-logo/README.md index 936388b5ce..e209b35484 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.19.0' + implementation 'com.mapbox.plugin:maps-logo:11.20.0-rc.1' } ``` diff --git a/plugin-scalebar/README.md b/plugin-scalebar/README.md index b94246cb1e..870c4eb587 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.19.0' + implementation 'com.mapbox.plugin:maps-scalebar:11.20.0-rc.1' } ``` diff --git a/plugin-viewport/README.md b/plugin-viewport/README.md index 0d6199b6fb..fce89e05fc 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.19.0' + implementation 'com.mapbox.plugin:maps-viewport:11.20.0-rc.1' } ``` From 553831a409acbe6f154d985e729aa1bdbe20950d Mon Sep 17 00:00:00 2001 From: Peng Liu Date: Wed, 4 Mar 2026 17:36:56 +0200 Subject: [PATCH 04/14] Consolidate change log entries for 11.20.0-rc.1 release. (#10719) This PR consolidates change log entries for 11.20.0-rc.1 release. cc @mapbox/maps-android cc @mapbox/sdk-platform GitOrigin-RevId: d4d57915ca3198b645264b461e8cdebc8615f3c1 --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1591788207..bc6b50ec5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,9 +13,15 @@ Mapbox welcomes participation and contributions from everyone. * Improve FPS statistics logging when `mapView.setOnFpsChangedListener()` is used with separate tracking for frame pacing skips and missed render frames for better performance debugging. ## Bug fixes 🐞 -* Fix NPE crash in `PointAnnotationClusterActivity` example when the remote GeoJSON endpoint returns a non-successful HTTP response. * Fix `MapSurface.setMaximumFps` not working correctly on secondary displays (e.g. Android Auto). Use `Context.getDisplay()` on API 30+ to get the actual display refresh rate instead of always using the primary display's rate. * Fix `PointAnnotationManager.iconImageBitmap` setter not registering the bitmap image with the style, causing group-level bitmap icons to be invisible. +* Fix feature cutout artifacts at route overlaps. +* Fix a data race condition for `FillExtrusion` layer. +* Fix several issues related to runtime symbol appearances switches. +* Fix disappearing icons after reducing memory use. +* Fix landmark POI image loads causes relayout for unrelated layers. +* Fix tilestore eviction logic to not block tilestore thread completely. +* Fix out-of-bounds issue for elevated line caused by an incorrect clipping result. ## Dependencies * Update gl-native to [v11.20.0-rc.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.20.0-rc.1), common to [v24.20.0-rc.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.20.0-rc.1). From c0f3e825db712f5850538e02b42111b792a477dd Mon Sep 17 00:00:00 2001 From: Fedor Tolstonozhenko Date: Fri, 6 Mar 2026 17:05:31 +0100 Subject: [PATCH 05/14] [skip ci] Bump release version to 0.20.0-rc.1 GitOrigin-RevId: e903f7e25c0c7832a787289955349ec0b392c96b --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 295af1f09d..d482f20424 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ VERSION_NAME=11.20.0-rc.1 -LAST_STABLE_VERSION=11.19.0 +LAST_STABLE_VERSION=11.20.0-rc.1 # version name for the test app TEST_APP_VERSION_NAME=0.1.0 From 04af32cc9fe9dab1094f8d13796f8126437b2b42 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 13 Mar 2026 11:41:34 +0000 Subject: [PATCH 06/14] [skip ci] Bump release version to v0.20.0 GitOrigin-RevId: e08d567e5a0b1bf10b5a164c1d908ecc2c52b22c --- LICENSE.md | 4 ++-- gradle.properties | 2 +- gradle/libs.versions.toml | 4 ++-- maps-sdk/src/main/assets/sdk_versions/com.mapbox.maps | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index e810185b59..ea529d1a78 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ ### License -Mapbox Maps for Android version 11.20.0-rc.1 +Mapbox Maps for Android version 11.20.0 Mapbox Maps Android SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -488,7 +488,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens =========================================================================== -### MapboxCoreMaps,11.20.0-rc.1,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.20.0,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 diff --git a/gradle.properties b/gradle.properties index d482f20424..92b78fd0cb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=11.20.0-rc.1 +VERSION_NAME=11.20.0 LAST_STABLE_VERSION=11.20.0-rc.1 # version name for the test app TEST_APP_VERSION_NAME=0.1.0 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6a92764245..1afd891f57 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -33,8 +33,8 @@ japicmp = "0.4.6" # Dependencies # GlNative and Common are used by the convention plugin -mapboxGlNative = "11.20.0-rc.1" -mapboxCommon = "24.20.0-rc.1" +mapboxGlNative = "11.20.0" +mapboxCommon = "24.20.0" mapboxBase = "0.12.0" mapboxGestures = "0.9.2" diff --git a/maps-sdk/src/main/assets/sdk_versions/com.mapbox.maps b/maps-sdk/src/main/assets/sdk_versions/com.mapbox.maps index f020aa066a..fffe7aa573 100644 --- a/maps-sdk/src/main/assets/sdk_versions/com.mapbox.maps +++ b/maps-sdk/src/main/assets/sdk_versions/com.mapbox.maps @@ -1 +1 @@ -maps-sdk/11.20.0-rc.1 +maps-sdk/11.20.0 From 927a11c03df027dfb92e023a2b5f1cdf64a05513 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 13 Mar 2026 11:41:47 +0000 Subject: [PATCH 07/14] [skip ci] Update changelogs for v0.20.0 release GitOrigin-RevId: 88b06d4952b6a262f2a69a4e10809a5cc74e162c --- CHANGELOG.md | 5 +++++ extension-androidauto/README.md | 2 +- extension-compose/README.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 +- 15 files changed, 22 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc6b50ec5c..5da4fbd6f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ Mapbox welcomes participation and contributions from everyone. # main +# 11.20.0 March 13, 2026 +## Dependencies +* Update gl-native to [v11.20.0](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.20.0), common to [v24.20.0](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.20.0). + + # 11.20.0-rc.1 March 03, 2026 ## Features ✨ and improvements 🏁 diff --git a/extension-androidauto/README.md b/extension-androidauto/README.md index 3b814d19c1..8813765901 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.20.0-rc.1' + implementation 'com.mapbox.extension:maps-androidauto:11.20.0' } ``` diff --git a/extension-compose/README.md b/extension-compose/README.md index d1f49a8ae6..14530a12e7 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.20.0-rc.1' + implementation 'com.mapbox.extension:maps-compose:11.20.0' // 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.20.0-rc.1' + implementation 'com.mapbox.maps:android:11.20.0' } ``` diff --git a/extension-localization/README.md b/extension-localization/README.md index 696c54707b..ac27cd52fc 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.20.0-rc.1' + implementation 'com.mapbox.extension:maps-localization:11.20.0' } ``` diff --git a/extension-style/README.md b/extension-style/README.md index 13a2cb888d..ef013d7fd5 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.20.0-rc.1' + implementation 'com.mapbox.extension:maps-style:11.20.0' } ``` diff --git a/plugin-animation/README.md b/plugin-animation/README.md index 58b9e0e2d7..5d126a0ed0 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.20.0-rc.1' + implementation 'com.mapbox.plugin:maps-animation:11.20.0' } ``` diff --git a/plugin-annotation/README.md b/plugin-annotation/README.md index c313084e91..51b4f294e3 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.20.0-rc.1' + implementation 'com.mapbox.plugin:maps-annotation:11.20.0' } ``` diff --git a/plugin-attribution/README.md b/plugin-attribution/README.md index c85c52dea4..a0729c6596 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.20.0-rc.1' + implementation 'com.mapbox.plugin:maps-attribution:11.20.0' } ``` diff --git a/plugin-compass/README.md b/plugin-compass/README.md index 2a9b5da388..3689e17865 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.20.0-rc.1' + implementation 'com.mapbox.plugin:maps-compass:11.20.0' // Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:11.20.0-rc.1' + implementation 'com.mapbox.plugin:maps-animation:11.20.0' } ``` diff --git a/plugin-gestures/README.md b/plugin-gestures/README.md index 5fe0385b34..59937bfacc 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.20.0-rc.1' + implementation 'com.mapbox.plugin:maps-gestures:11.20.0' // Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:11.20.0-rc.1' + implementation 'com.mapbox.plugin:maps-animation:11.20.0' } ``` diff --git a/plugin-lifecycle/README.md b/plugin-lifecycle/README.md index e1840cb747..c5cbc7d6bb 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.20.0-rc.1' + implementation 'com.mapbox.plugin:maps-lifecycle:11.20.0' // 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 b850722c01..bb36a552b1 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.20.0-rc.1' + implementation 'com.mapbox.plugin:maps-locationcomponent:11.20.0' } ``` diff --git a/plugin-logo/README.md b/plugin-logo/README.md index e209b35484..8ffc2074ff 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.20.0-rc.1' + implementation 'com.mapbox.plugin:maps-logo:11.20.0' } ``` diff --git a/plugin-scalebar/README.md b/plugin-scalebar/README.md index 870c4eb587..f0fa0e8cb4 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.20.0-rc.1' + implementation 'com.mapbox.plugin:maps-scalebar:11.20.0' } ``` diff --git a/plugin-viewport/README.md b/plugin-viewport/README.md index fce89e05fc..4233f395b2 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.20.0-rc.1' + implementation 'com.mapbox.plugin:maps-viewport:11.20.0' } ``` From 5b1b3904a6ae3c30494bbb7ea6fb7f0929d1c70b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 15:55:07 +0000 Subject: [PATCH 08/14] [skip ci] Bump release version to 0.20.0 GitOrigin-RevId: a9d89b1ca42d2bf9e08b1c908d66c89e25d5365c --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 92b78fd0cb..29e80c3eb8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ VERSION_NAME=11.20.0 -LAST_STABLE_VERSION=11.20.0-rc.1 +LAST_STABLE_VERSION=11.20.0 # version name for the test app TEST_APP_VERSION_NAME=0.1.0 From b8963c3ddd79daf4aa1d63023519d0adef10647a 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: Tue, 17 Mar 2026 13:57:32 +0200 Subject: [PATCH 09/14] Bump version to v0.20.1 and update changelogs (#11135) Automated version bump and changelog updates for v0.20.1 release. cc @mapbox/core-sdk cc @mapbox/maps-android cc @mapbox/gl-native cc @mapbox/nav-core-sdk cc @mapbox/maps-ios cc @mapbox/navnative cc @mapbox/3d-live-navigation cc @mapbox/search-sdk-native cc @mapbox/search-sdk-android cc @mapbox/sdk-platform --------- Co-authored-by: github-actions[bot] Co-authored-by: Pavel Lomonosov GitOrigin-RevId: 2ca14770c6a315a146d63efa5cd5b36895032e04 --- CHANGELOG.md | 5 +++++ LICENSE.md | 4 ++-- extension-androidauto/README.md | 2 +- extension-compose/README.md | 4 ++-- extension-localization/README.md | 2 +- extension-style/README.md | 2 +- gradle.properties | 2 +- gradle/libs.versions.toml | 4 ++-- maps-sdk/src/main/assets/sdk_versions/com.mapbox.maps | 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 +- 19 files changed, 28 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5da4fbd6f3..33252795d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ Mapbox welcomes participation and contributions from everyone. # main +# 11.20.1 March 17, 2026 +## Dependencies +* Update gl-native to [v11.20.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.20.1), common to [v24.20.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.20.1). + + # 11.20.0 March 13, 2026 ## Dependencies * Update gl-native to [v11.20.0](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.20.0), common to [v24.20.0](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.20.0). diff --git a/LICENSE.md b/LICENSE.md index ea529d1a78..2ed072b416 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ ### License -Mapbox Maps for Android version 11.20.0 +Mapbox Maps for Android version 11.20.1 Mapbox Maps Android SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -488,7 +488,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens =========================================================================== -### MapboxCoreMaps,11.20.0,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.20.1,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 diff --git a/extension-androidauto/README.md b/extension-androidauto/README.md index 8813765901..7546a2f1b8 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.20.0' + implementation 'com.mapbox.extension:maps-androidauto:11.20.1' } ``` diff --git a/extension-compose/README.md b/extension-compose/README.md index 14530a12e7..188734564f 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.20.0' + implementation 'com.mapbox.extension:maps-compose:11.20.1' // 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.20.0' + implementation 'com.mapbox.maps:android:11.20.1' } ``` diff --git a/extension-localization/README.md b/extension-localization/README.md index ac27cd52fc..e2439e0ee6 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.20.0' + implementation 'com.mapbox.extension:maps-localization:11.20.1' } ``` diff --git a/extension-style/README.md b/extension-style/README.md index ef013d7fd5..0df14fc55e 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.20.0' + implementation 'com.mapbox.extension:maps-style:11.20.1' } ``` diff --git a/gradle.properties b/gradle.properties index 29e80c3eb8..cd293cef9b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=11.20.0 +VERSION_NAME=11.20.1 LAST_STABLE_VERSION=11.20.0 # version name for the test app TEST_APP_VERSION_NAME=0.1.0 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1afd891f57..9a1db166d3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -33,8 +33,8 @@ japicmp = "0.4.6" # Dependencies # GlNative and Common are used by the convention plugin -mapboxGlNative = "11.20.0" -mapboxCommon = "24.20.0" +mapboxGlNative = "11.20.1" +mapboxCommon = "24.20.1" mapboxBase = "0.12.0" mapboxGestures = "0.9.2" diff --git a/maps-sdk/src/main/assets/sdk_versions/com.mapbox.maps b/maps-sdk/src/main/assets/sdk_versions/com.mapbox.maps index fffe7aa573..5b2b087fb9 100644 --- a/maps-sdk/src/main/assets/sdk_versions/com.mapbox.maps +++ b/maps-sdk/src/main/assets/sdk_versions/com.mapbox.maps @@ -1 +1 @@ -maps-sdk/11.20.0 +maps-sdk/11.20.1 diff --git a/plugin-animation/README.md b/plugin-animation/README.md index 5d126a0ed0..da964298f3 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.20.0' + implementation 'com.mapbox.plugin:maps-animation:11.20.1' } ``` diff --git a/plugin-annotation/README.md b/plugin-annotation/README.md index 51b4f294e3..ea49856cdf 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.20.0' + implementation 'com.mapbox.plugin:maps-annotation:11.20.1' } ``` diff --git a/plugin-attribution/README.md b/plugin-attribution/README.md index a0729c6596..41313d2a9d 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.20.0' + implementation 'com.mapbox.plugin:maps-attribution:11.20.1' } ``` diff --git a/plugin-compass/README.md b/plugin-compass/README.md index 3689e17865..c103718544 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.20.0' + implementation 'com.mapbox.plugin:maps-compass:11.20.1' // Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:11.20.0' + implementation 'com.mapbox.plugin:maps-animation:11.20.1' } ``` diff --git a/plugin-gestures/README.md b/plugin-gestures/README.md index 59937bfacc..9a61818110 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.20.0' + implementation 'com.mapbox.plugin:maps-gestures:11.20.1' // Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:11.20.0' + implementation 'com.mapbox.plugin:maps-animation:11.20.1' } ``` diff --git a/plugin-lifecycle/README.md b/plugin-lifecycle/README.md index c5cbc7d6bb..2e6066aed4 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.20.0' + implementation 'com.mapbox.plugin:maps-lifecycle:11.20.1' // 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 bb36a552b1..0a519e77de 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.20.0' + implementation 'com.mapbox.plugin:maps-locationcomponent:11.20.1' } ``` diff --git a/plugin-logo/README.md b/plugin-logo/README.md index 8ffc2074ff..55a67503f5 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.20.0' + implementation 'com.mapbox.plugin:maps-logo:11.20.1' } ``` diff --git a/plugin-scalebar/README.md b/plugin-scalebar/README.md index f0fa0e8cb4..98617fcfad 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.20.0' + implementation 'com.mapbox.plugin:maps-scalebar:11.20.1' } ``` diff --git a/plugin-viewport/README.md b/plugin-viewport/README.md index 4233f395b2..7e1c63e5c2 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.20.0' + implementation 'com.mapbox.plugin:maps-viewport:11.20.1' } ``` From 1ec697867b7eae4bfef4d6e9f7ba88e2fb21d573 Mon Sep 17 00:00:00 2001 From: Pavel Lomonosov Date: Wed, 18 Mar 2026 19:00:45 +0300 Subject: [PATCH 10/14] Update stable version to 0.20.1 (#11146) GitOrigin-RevId: 570260c54881f2eaf0ee5f39f3d0ff91538c8eb9 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index cd293cef9b..1767274615 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ VERSION_NAME=11.20.1 -LAST_STABLE_VERSION=11.20.0 +LAST_STABLE_VERSION=11.20.1 # version name for the test app TEST_APP_VERSION_NAME=0.1.0 From 18fef0b3ef2c5dde5661d3684431574015ae4ba0 Mon Sep 17 00:00:00 2001 From: mapbox-ci Date: Mon, 23 Mar 2026 15:25:59 +0000 Subject: [PATCH 11/14] [skip ci][no ci] Bump snapshot versions `SNAPSHOT-03-23--12-52.git-459c8c8` GitOrigin-RevId: c4f4176242508014c5ef80140e908e4fdd872dbe --- LICENSE.md | 4 ++-- gradle.properties | 2 +- gradle/libs.versions.toml | 4 ++-- maps-sdk/src/main/assets/sdk_versions/com.mapbox.maps | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 2ed072b416..e39f544375 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ ### License -Mapbox Maps for Android version 11.20.1 +Mapbox Maps for Android version 11.20.1-SNAPSHOT-03-23--12-52.git-459c8c8 Mapbox Maps Android SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -488,7 +488,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens =========================================================================== -### MapboxCoreMaps,11.20.1,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.20.1-SNAPSHOT-03-23--12-52.git-459c8c8,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 diff --git a/gradle.properties b/gradle.properties index 1767274615..403dc3e4bf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=11.20.1 +VERSION_NAME=11.20.1-SNAPSHOT-03-23--12-52.git-459c8c8 LAST_STABLE_VERSION=11.20.1 # version name for the test app TEST_APP_VERSION_NAME=0.1.0 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9a1db166d3..25f353a620 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -33,8 +33,8 @@ japicmp = "0.4.6" # Dependencies # GlNative and Common are used by the convention plugin -mapboxGlNative = "11.20.1" -mapboxCommon = "24.20.1" +mapboxGlNative = "11.20.1-SNAPSHOT-03-23--12-52.git-459c8c8" +mapboxCommon = "24.20.1-SNAPSHOT-03-23--12-52.git-459c8c8" mapboxBase = "0.12.0" mapboxGestures = "0.9.2" diff --git a/maps-sdk/src/main/assets/sdk_versions/com.mapbox.maps b/maps-sdk/src/main/assets/sdk_versions/com.mapbox.maps index 5b2b087fb9..f5e9186fde 100644 --- a/maps-sdk/src/main/assets/sdk_versions/com.mapbox.maps +++ b/maps-sdk/src/main/assets/sdk_versions/com.mapbox.maps @@ -1 +1 @@ -maps-sdk/11.20.1 +maps-sdk/11.20.1-SNAPSHOT-03-23--12-52.git-459c8c8 From d94c263b692e7c4b18be11e19c2dfe6a6c14428d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 25 Mar 2026 16:03:35 +0000 Subject: [PATCH 12/14] [skip ci] Bump release version to v0.20.2 GitOrigin-RevId: 5766b63768b8573c3912c5d67bcb33800228d25f --- LICENSE.md | 4 ++-- gradle.properties | 2 +- gradle/libs.versions.toml | 4 ++-- maps-sdk/src/main/assets/sdk_versions/com.mapbox.maps | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index e39f544375..4602103892 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ ### License -Mapbox Maps for Android version 11.20.1-SNAPSHOT-03-23--12-52.git-459c8c8 +Mapbox Maps for Android version 11.20.2 Mapbox Maps Android SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -488,7 +488,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens =========================================================================== -### MapboxCoreMaps,11.20.1-SNAPSHOT-03-23--12-52.git-459c8c8,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.20.2,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 diff --git a/gradle.properties b/gradle.properties index 403dc3e4bf..ef24443cf5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=11.20.1-SNAPSHOT-03-23--12-52.git-459c8c8 +VERSION_NAME=11.20.2 LAST_STABLE_VERSION=11.20.1 # version name for the test app TEST_APP_VERSION_NAME=0.1.0 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 25f353a620..7b6a2f0e94 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -33,8 +33,8 @@ japicmp = "0.4.6" # Dependencies # GlNative and Common are used by the convention plugin -mapboxGlNative = "11.20.1-SNAPSHOT-03-23--12-52.git-459c8c8" -mapboxCommon = "24.20.1-SNAPSHOT-03-23--12-52.git-459c8c8" +mapboxGlNative = "11.20.2" +mapboxCommon = "24.20.2" mapboxBase = "0.12.0" mapboxGestures = "0.9.2" diff --git a/maps-sdk/src/main/assets/sdk_versions/com.mapbox.maps b/maps-sdk/src/main/assets/sdk_versions/com.mapbox.maps index f5e9186fde..7fbfa9d96b 100644 --- a/maps-sdk/src/main/assets/sdk_versions/com.mapbox.maps +++ b/maps-sdk/src/main/assets/sdk_versions/com.mapbox.maps @@ -1 +1 @@ -maps-sdk/11.20.1-SNAPSHOT-03-23--12-52.git-459c8c8 +maps-sdk/11.20.2 From 9394a9a50bc7767ecf6e1177ab620a16ce442806 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 25 Mar 2026 16:03:53 +0000 Subject: [PATCH 13/14] [skip ci] Update changelogs for v0.20.2 release GitOrigin-RevId: d0296a91c04fe0fd4840cc104a1613fbb9d943ee --- CHANGELOG.md | 5 +++++ extension-androidauto/README.md | 2 +- extension-compose/README.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 +- 15 files changed, 22 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33252795d4..b4017a1b09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ Mapbox welcomes participation and contributions from everyone. # main +# 11.20.2 March 25, 2026 +## Dependencies +* Update gl-native to [v11.20.2](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.20.2), common to [v24.20.2](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.20.2). + + # 11.20.1 March 17, 2026 ## Dependencies * Update gl-native to [v11.20.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.20.1), common to [v24.20.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.20.1). diff --git a/extension-androidauto/README.md b/extension-androidauto/README.md index 7546a2f1b8..2e15598259 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.20.1' + implementation 'com.mapbox.extension:maps-androidauto:11.20.2' } ``` diff --git a/extension-compose/README.md b/extension-compose/README.md index 188734564f..da4b2aa4b4 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.20.1' + implementation 'com.mapbox.extension:maps-compose:11.20.2' // 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.20.1' + implementation 'com.mapbox.maps:android:11.20.2' } ``` diff --git a/extension-localization/README.md b/extension-localization/README.md index e2439e0ee6..5d973e6ff8 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.20.1' + implementation 'com.mapbox.extension:maps-localization:11.20.2' } ``` diff --git a/extension-style/README.md b/extension-style/README.md index 0df14fc55e..83c57e9bcc 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.20.1' + implementation 'com.mapbox.extension:maps-style:11.20.2' } ``` diff --git a/plugin-animation/README.md b/plugin-animation/README.md index da964298f3..3cf35528a6 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.20.1' + implementation 'com.mapbox.plugin:maps-animation:11.20.2' } ``` diff --git a/plugin-annotation/README.md b/plugin-annotation/README.md index ea49856cdf..679967a50c 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.20.1' + implementation 'com.mapbox.plugin:maps-annotation:11.20.2' } ``` diff --git a/plugin-attribution/README.md b/plugin-attribution/README.md index 41313d2a9d..74a573d4d4 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.20.1' + implementation 'com.mapbox.plugin:maps-attribution:11.20.2' } ``` diff --git a/plugin-compass/README.md b/plugin-compass/README.md index c103718544..4ba05a2fa4 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.20.1' + implementation 'com.mapbox.plugin:maps-compass:11.20.2' // Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:11.20.1' + implementation 'com.mapbox.plugin:maps-animation:11.20.2' } ``` diff --git a/plugin-gestures/README.md b/plugin-gestures/README.md index 9a61818110..8a6f86c3cd 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.20.1' + implementation 'com.mapbox.plugin:maps-gestures:11.20.2' // Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:11.20.1' + implementation 'com.mapbox.plugin:maps-animation:11.20.2' } ``` diff --git a/plugin-lifecycle/README.md b/plugin-lifecycle/README.md index 2e6066aed4..80b55d7039 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.20.1' + implementation 'com.mapbox.plugin:maps-lifecycle:11.20.2' // 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 0a519e77de..f8916720aa 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.20.1' + implementation 'com.mapbox.plugin:maps-locationcomponent:11.20.2' } ``` diff --git a/plugin-logo/README.md b/plugin-logo/README.md index 55a67503f5..e1da0ad3ca 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.20.1' + implementation 'com.mapbox.plugin:maps-logo:11.20.2' } ``` diff --git a/plugin-scalebar/README.md b/plugin-scalebar/README.md index 98617fcfad..1f1a6c4df8 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.20.1' + implementation 'com.mapbox.plugin:maps-scalebar:11.20.2' } ``` diff --git a/plugin-viewport/README.md b/plugin-viewport/README.md index 7e1c63e5c2..819ec21fcc 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.20.1' + implementation 'com.mapbox.plugin:maps-viewport:11.20.2' } ``` From a09e78a46266bc995f454978d98ca74efe61b62d Mon Sep 17 00:00:00 2001 From: "mapbox-github-ci-writer-3[bot]" <79159042+mapbox-github-ci-writer-3[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 11:06:38 +0300 Subject: [PATCH 14/14] Bump version to v0.20.3 and update changelogs (#12206) Automated version bump and changelog updates for v0.20.3 release. --------- Co-authored-by: github-actions[bot] GitOrigin-RevId: 87ff3086468ddcc5278638bb748d38d8e9c6821c --- CHANGELOG.md | 5 +++++ LICENSE.md | 4 ++-- extension-androidauto/README.md | 2 +- extension-compose/README.md | 4 ++-- extension-localization/README.md | 2 +- extension-style/README.md | 2 +- gradle.properties | 2 +- gradle/libs.versions.toml | 4 ++-- maps-sdk/src/main/assets/sdk_versions/com.mapbox.maps | 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 +- 19 files changed, 28 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4017a1b09..1d8b0c2ff5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ Mapbox welcomes participation and contributions from everyone. # main +# 11.20.3 April 14, 2026 +## Dependencies +* Update gl-native to [v11.20.3](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.20.3), common to [v24.20.3](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.20.3). + + # 11.20.2 March 25, 2026 ## Dependencies * Update gl-native to [v11.20.2](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.20.2), common to [v24.20.2](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.20.2). diff --git a/LICENSE.md b/LICENSE.md index 4602103892..f159b25200 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ ### License -Mapbox Maps for Android version 11.20.2 +Mapbox Maps for Android version 11.20.3 Mapbox Maps Android SDK Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved. @@ -488,7 +488,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens =========================================================================== -### MapboxCoreMaps,11.20.2,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.20.3,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 diff --git a/extension-androidauto/README.md b/extension-androidauto/README.md index 2e15598259..b3b74836ba 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.20.2' + implementation 'com.mapbox.extension:maps-androidauto:11.20.3' } ``` diff --git a/extension-compose/README.md b/extension-compose/README.md index da4b2aa4b4..025276bb96 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.20.2' + implementation 'com.mapbox.extension:maps-compose:11.20.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.20.2' + implementation 'com.mapbox.maps:android:11.20.3' } ``` diff --git a/extension-localization/README.md b/extension-localization/README.md index 5d973e6ff8..f0dddd5681 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.20.2' + implementation 'com.mapbox.extension:maps-localization:11.20.3' } ``` diff --git a/extension-style/README.md b/extension-style/README.md index 83c57e9bcc..06be70def7 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.20.2' + implementation 'com.mapbox.extension:maps-style:11.20.3' } ``` diff --git a/gradle.properties b/gradle.properties index ef24443cf5..ca8076e304 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=11.20.2 +VERSION_NAME=11.20.3 LAST_STABLE_VERSION=11.20.1 # version name for the test app TEST_APP_VERSION_NAME=0.1.0 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7b6a2f0e94..1a21efde89 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -33,8 +33,8 @@ japicmp = "0.4.6" # Dependencies # GlNative and Common are used by the convention plugin -mapboxGlNative = "11.20.2" -mapboxCommon = "24.20.2" +mapboxGlNative = "11.20.3" +mapboxCommon = "24.20.3" mapboxBase = "0.12.0" mapboxGestures = "0.9.2" diff --git a/maps-sdk/src/main/assets/sdk_versions/com.mapbox.maps b/maps-sdk/src/main/assets/sdk_versions/com.mapbox.maps index 7fbfa9d96b..da5485cc71 100644 --- a/maps-sdk/src/main/assets/sdk_versions/com.mapbox.maps +++ b/maps-sdk/src/main/assets/sdk_versions/com.mapbox.maps @@ -1 +1 @@ -maps-sdk/11.20.2 +maps-sdk/11.20.3 diff --git a/plugin-animation/README.md b/plugin-animation/README.md index 3cf35528a6..ca1d5bc807 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.20.2' + implementation 'com.mapbox.plugin:maps-animation:11.20.3' } ``` diff --git a/plugin-annotation/README.md b/plugin-annotation/README.md index 679967a50c..a755c6ccfe 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.20.2' + implementation 'com.mapbox.plugin:maps-annotation:11.20.3' } ``` diff --git a/plugin-attribution/README.md b/plugin-attribution/README.md index 74a573d4d4..1856125508 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.20.2' + implementation 'com.mapbox.plugin:maps-attribution:11.20.3' } ``` diff --git a/plugin-compass/README.md b/plugin-compass/README.md index 4ba05a2fa4..0e624ca528 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.20.2' + implementation 'com.mapbox.plugin:maps-compass:11.20.3' // Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:11.20.2' + implementation 'com.mapbox.plugin:maps-animation:11.20.3' } ``` diff --git a/plugin-gestures/README.md b/plugin-gestures/README.md index 8a6f86c3cd..43314b1bb1 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.20.2' + implementation 'com.mapbox.plugin:maps-gestures:11.20.3' // Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:11.20.2' + implementation 'com.mapbox.plugin:maps-animation:11.20.3' } ``` diff --git a/plugin-lifecycle/README.md b/plugin-lifecycle/README.md index 80b55d7039..4f046edbf1 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.20.2' + implementation 'com.mapbox.plugin:maps-lifecycle:11.20.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 f8916720aa..58c5879763 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.20.2' + implementation 'com.mapbox.plugin:maps-locationcomponent:11.20.3' } ``` diff --git a/plugin-logo/README.md b/plugin-logo/README.md index e1da0ad3ca..ffde041ccb 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.20.2' + implementation 'com.mapbox.plugin:maps-logo:11.20.3' } ``` diff --git a/plugin-scalebar/README.md b/plugin-scalebar/README.md index 1f1a6c4df8..dd08c47c0c 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.20.2' + implementation 'com.mapbox.plugin:maps-scalebar:11.20.3' } ``` diff --git a/plugin-viewport/README.md b/plugin-viewport/README.md index 819ec21fcc..032f32b6a7 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.20.2' + implementation 'com.mapbox.plugin:maps-viewport:11.20.3' } ```