Skip to content

Commit 73c0e6a

Browse files
Kylmakallegithub-actions[bot]
authored andcommitted
Backport changelogs v0.15-rc.1 (#6201) [no ci][skip ci]
GitOrigin-RevId: 7249ed3f98a3ae309aadb1750ad13264f4bcb2d2
1 parent 8bd1899 commit 73c0e6a

File tree

15 files changed

+24
-17
lines changed

15 files changed

+24
-17
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ Mapbox welcomes participation and contributions from everyone.
4646
## Dependencies
4747
* Update gl-native to v11.15.0-beta.2, common to 24.15.0-beta.2.
4848

49+
50+
# 11.15.0-rc.1 August 28, 2025
51+
52+
## Bug fixes 🐞
53+
* Fix frames skipped when calling `mapView.setMaximumFps(..)` multiple times.
54+
55+
4956
# 11.15.0-beta.1 August 12, 2025
5057
## Features ✨ and improvements 🏁
5158
* Enable camera animation hint during zoom out animations

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.15.0-beta.2'
36+
implementation 'com.mapbox.extension:maps-androidauto:11.15.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.15.0-beta.2'
54+
implementation 'com.mapbox.extension:maps-compose:11.15.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.15.0-beta.2'
58+
implementation 'com.mapbox.maps:android:11.15.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.15.0-beta.2'
34+
implementation 'com.mapbox.extension:maps-localization:11.15.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.15.0-beta.2'
35+
implementation 'com.mapbox.extension:maps-style:11.15.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.15.0-beta.2'
37+
implementation 'com.mapbox.plugin:maps-animation:11.15.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.15.0-beta.2'
33+
implementation 'com.mapbox.plugin:maps-annotation:11.15.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.15.0-beta.2'
36+
implementation 'com.mapbox.plugin:maps-attribution:11.15.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.15.0-beta.2'
35+
implementation 'com.mapbox.plugin:maps-compass:11.15.0-rc.1'
3636
// Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin
37-
implementation 'com.mapbox.plugin:maps-animation:11.15.0-beta.2'
37+
implementation 'com.mapbox.plugin:maps-animation:11.15.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.15.0-beta.2'
33+
implementation 'com.mapbox.plugin:maps-gestures:11.15.0-rc.1'
3434
// Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin
35-
implementation 'com.mapbox.plugin:maps-animation:11.15.0-beta.2'
35+
implementation 'com.mapbox.plugin:maps-animation:11.15.0-rc.1'
3636
}
3737
```
3838

0 commit comments

Comments
 (0)