Skip to content

Commit 726b665

Browse files
[skip ci] Backport changelogs and stable version to 0.25.0
GitOrigin-RevId: 9a11573d0bc0bbb53d34063f06f597d10f369175
1 parent 518a95f commit 726b665

16 files changed

Lines changed: 23 additions & 18 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ Mapbox welcomes participation and contributions from everyone.
1010
* [compose] Add `IndoorSelectorControl` headless composable inside `MapIndoorSelectorScope`: attaches the indoor plugin to an `IndoorSelectorState` without rendering any UI, enabling custom floor-selector implementations.
1111
* [compose] Add `rememberStyleImage(imageId, image9Patch: NinePatchImage)` and `remember9PatchStyleImage(imageId, bitmap: Bitmap)` overloads for nine-patch images.
1212

13+
# 11.25.0 June 11, 2026
14+
## Dependencies
15+
* Update gl-native to [v11.25.0](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.25.0), common to [v24.25.0](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.25.0).
16+
17+
1318
# 11.25.0-rc.2 June 04, 2026
1419
## Bug fixes 🐞
1520
* Internal fixes and performance improvements.

extension-androidauto/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ allprojects {
3333
// In your build.gradle, add the extension with your other dependencies.
3434
dependencies {
3535
// 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.
36-
implementation 'com.mapbox.extension:maps-androidauto:11.25.0-rc.2'
36+
implementation 'com.mapbox.extension:maps-androidauto:11.25.0'
3737
}
3838
```
3939

extension-compose/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ allprojects {
5151
5252
// In your build.gradle, add the compose extension with your other dependencies.
5353
dependencies {
54-
implementation 'com.mapbox.extension:maps-compose:11.25.0-rc.2'
54+
implementation 'com.mapbox.extension:maps-compose:11.25.0'
5555
5656
// Pick your versions of Android Mapbox Map SDK
5757
// Note that Compose extension is compatible with Maps SDK v11.0+.
58-
implementation 'com.mapbox.maps:android:11.25.0-rc.2'
58+
implementation 'com.mapbox.maps:android:11.25.0'
5959
}
6060
```
6161

extension-localization/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ allprojects {
3131
3232
// In the app build.gradle file
3333
dependencies {
34-
implementation 'com.mapbox.extension:maps-localization:11.25.0-rc.2'
34+
implementation 'com.mapbox.extension:maps-localization:11.25.0'
3535
}
3636
```
3737

extension-style/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ allprojects {
3232
3333
// In the app build.gradle file
3434
dependencies {
35-
implementation 'com.mapbox.extension:maps-style:11.25.0-rc.2'
35+
implementation 'com.mapbox.extension:maps-style:11.25.0'
3636
}
3737
```
3838

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VERSION_NAME=11.26.0-SNAPSHOT-06-12--02-05.git-f763651
2-
LAST_STABLE_VERSION=11.25.0-rc.2
2+
LAST_STABLE_VERSION=11.25.0
33
# version name for the test app
44
TEST_APP_VERSION_NAME=0.1.0
55

plugin-animation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ allprojects {
3434
3535
// In the app build.gradle file
3636
dependencies {
37-
implementation 'com.mapbox.plugin:maps-animation:11.25.0-rc.2'
37+
implementation 'com.mapbox.plugin:maps-animation:11.25.0'
3838
}
3939
```
4040

plugin-annotation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ allprojects {
3030
3131
// In the app build.gradle file
3232
dependencies {
33-
implementation 'com.mapbox.plugin:maps-annotation:11.25.0-rc.2'
33+
implementation 'com.mapbox.plugin:maps-annotation:11.25.0'
3434
}
3535
```
3636

plugin-attribution/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ allprojects {
3333
3434
// In the app build.gradle file
3535
dependencies {
36-
implementation 'com.mapbox.plugin:maps-attribution:11.25.0-rc.2'
36+
implementation 'com.mapbox.plugin:maps-attribution:11.25.0'
3737
}
3838
```
3939

plugin-compass/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ allprojects {
3232
3333
// In the app build.gradle file
3434
dependencies {
35-
implementation 'com.mapbox.plugin:maps-compass:11.25.0-rc.2'
35+
implementation 'com.mapbox.plugin:maps-compass:11.25.0'
3636
// Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin
37-
implementation 'com.mapbox.plugin:maps-animation:11.25.0-rc.2'
37+
implementation 'com.mapbox.plugin:maps-animation:11.25.0'
3838
}
3939
```
4040

0 commit comments

Comments
 (0)