Skip to content

Commit 21b4313

Browse files
dserebriakovgithub-actions[bot]
authored andcommitted
Bump versions and update changelogs for v0.14.2 (#5892)
GitOrigin-RevId: 144720625c5415a470c7f3e5762b69604b2e7d00
1 parent b42b908 commit 21b4313

File tree

19 files changed

+27
-25
lines changed

19 files changed

+27
-25
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ Mapbox welcomes participation and contributions from everyone.
44

55
# main
66

7-
# 11.14.2
7+
8+
# 11.14.2 August 15, 2025
89

910
## Bug fixes 🐞
1011
* Fix frames skipped when calling `mapView.setMaximumFps(..)` multiple times.
1112

1213

14+
1315
# 11.14.1 August 07, 2025
1416

1517
## Bug fixes 🐞

LICENSE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### License
22

3-
Mapbox Maps for Android version 11.14.1
3+
Mapbox Maps for Android version 11.14.2
44
Mapbox Maps Android SDK
55

66
Copyright © 2021 - 2025 Mapbox, Inc. All rights reserved.
@@ -482,7 +482,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens
482482

483483
===========================================================================
484484

485-
### MapboxCoreMaps,11.14.1,Mapbox ToS,Mapbox,https://www.mapbox.com/
485+
### MapboxCoreMaps,11.14.2,Mapbox ToS,Mapbox,https://www.mapbox.com/
486486

487487
```
488488
Mapbox Core Maps version 11.0

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

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=11.14.1
2-
LAST_STABLE_VERSION=11.14.0
1+
VERSION_NAME=11.14.2
2+
LAST_STABLE_VERSION=11.14.1
33
# version name for the test app
44
TEST_APP_VERSION_NAME=0.1.0
55

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ japicmp = "0.4.6"
3333
# Dependencies
3434

3535
# GlNative and Common are used by the convention plugin
36-
mapboxGlNative = "11.14.1"
37-
mapboxCommon = "24.14.1"
36+
mapboxGlNative = "11.14.2"
37+
mapboxCommon = "24.14.2"
3838

3939
mapboxBase = "0.12.0"
4040
mapboxGestures = "0.9.1"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
maps-sdk/11.14.1
1+
maps-sdk/11.14.2

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.14.1'
37+
implementation 'com.mapbox.plugin:maps-animation:11.14.2'
3838
}
3939
```
4040

0 commit comments

Comments
 (0)