Skip to content

Commit 65cc0c4

Browse files
Update changelogs for v0.24.0-rc.1 release
GitOrigin-RevId: f5ccdd344ab04627c9d82dad7e8f299461b898e3
1 parent b313c54 commit 65cc0c4

15 files changed

Lines changed: 23 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Mapbox welcomes participation and contributions from everyone.
66

77
# main
88

9+
# 11.24.0-rc.1 May 05, 2026
10+
911
## Features ✨ and improvements 🏁
1012
* Expose `FeaturesetFeature.originalFeature` property.
1113
* Add Vulkan rendering backend support (Public Preview). The Vulkan backend is published as a separate artifact (`android-core-vulkan` / `android-core-vulkan-ndk27`) that replaces the default OpenGL-based `android-core`. To use it, exclude the default core and add the Vulkan variant:
@@ -35,6 +37,10 @@ Mapbox welcomes participation and contributions from everyone.
3537

3638
* Fix `isMetricUnits`/`distanceUnits` sync in ScaleBar settings DSL generated by KSP codegen.
3739

40+
## Dependencies
41+
* Update gl-native to [v11.24.0-rc.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.24.0-rc.1), common to [v24.24.0-rc.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.24.0-rc.1).
42+
43+
3844
# 11.23.0 April 29, 2026
3945
## Features ✨ and improvements 🏁
4046
* Support symbol paint properties in appearances — symbol layers can now use feature-dependent appearances for paint properties (not only layout), enabling richer per-feature styling of text and icons.

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.23.0'
36+
implementation 'com.mapbox.extension:maps-androidauto:11.24.0-rc.1'
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.23.0'
54+
implementation 'com.mapbox.extension:maps-compose:11.24.0-rc.1'
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.23.0'
58+
implementation 'com.mapbox.maps:android:11.24.0-rc.1'
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.23.0'
34+
implementation 'com.mapbox.extension:maps-localization:11.24.0-rc.1'
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.23.0'
35+
implementation 'com.mapbox.extension:maps-style:11.24.0-rc.1'
3636
}
3737
```
3838

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.23.0'
37+
implementation 'com.mapbox.plugin:maps-animation:11.24.0-rc.1'
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.23.0'
33+
implementation 'com.mapbox.plugin:maps-annotation:11.24.0-rc.1'
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.23.0'
36+
implementation 'com.mapbox.plugin:maps-attribution:11.24.0-rc.1'
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.23.0'
35+
implementation 'com.mapbox.plugin:maps-compass:11.24.0-rc.1'
3636
// Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin
37-
implementation 'com.mapbox.plugin:maps-animation:11.23.0'
37+
implementation 'com.mapbox.plugin:maps-animation:11.24.0-rc.1'
3838
}
3939
```
4040

plugin-gestures/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ allprojects {
3030
3131
// In the app build.gradle file
3232
dependencies {
33-
implementation 'com.mapbox.plugin:maps-gestures:11.23.0'
33+
implementation 'com.mapbox.plugin:maps-gestures:11.24.0-rc.1'
3434
// Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin
35-
implementation 'com.mapbox.plugin:maps-animation:11.23.0'
35+
implementation 'com.mapbox.plugin:maps-animation:11.24.0-rc.1'
3636
}
3737
```
3838

0 commit comments

Comments
 (0)