Skip to content

Commit 83543aa

Browse files
Kylmakallegithub-actions[bot]
authored andcommitted
Prepare release v0.13 (#4581)
GitOrigin-RevId: 2f9a35a6eb8cc7a0645c566702c017b2e6b75f9e
1 parent 4f71d51 commit 83543aa

File tree

18 files changed

+25
-23
lines changed

18 files changed

+25
-23
lines changed

CHANGELOG.md

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

55

6-
# 11.13.0
6+
7+
# 11.13.0 June 17, 2025
78
## Features ✨ and improvements 🏁
89
* Expose `RenderThreadStatsRecorder` as experimental API.
910
* Expose new experimental properties: `CircleLayer.circleElevationReference`, `FillLayer.fillConstructBridgeGuardRail`, `FillLayer.fillBridgeGuardRailColor`, `FillLayer.fillTunnelStructureColor`.
@@ -42,6 +43,7 @@ Mapbox welcomes participation and contributions from everyone.
4243
## Dependencies
4344
* Update gl-native to v11.13.0, common to 24.13.0.
4445

46+
4547
# 11.12.4 June 12, 2025
4648
## Bug fixes 🐞
4749
* Fix location indicator bearing animation update being missing in some occasions.

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.13.0-SNAPSHOT-06-16--07-01.git-2173792
3+
Mapbox Maps for Android version 11.13.0
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.13.0-SNAPSHOT-06-16--07-01.git-2173792,Mapbox ToS,Mapbox,https://www.mapbox.com/
485+
### MapboxCoreMaps,11.13.0,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.13.0-rc.1'
36+
implementation 'com.mapbox.extension:maps-androidauto:11.13.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.13.0-rc.1'
54+
implementation 'com.mapbox.extension:maps-compose:11.13.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.13.0-rc.1'
58+
implementation 'com.mapbox.maps:android:11.13.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.13.0-rc.1'
34+
implementation 'com.mapbox.extension:maps-localization:11.13.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.13.0-rc.1'
35+
implementation 'com.mapbox.extension:maps-style:11.13.0'
3636
}
3737
```
3838

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=11.13.0-SNAPSHOT-06-16--07-01.git-2173792
1+
VERSION_NAME=11.13.0
22
LAST_STABLE_VERSION=11.13.0-beta.1
33
# version name for the test app
44
TEST_APP_VERSION_NAME=0.1.0

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ japicmp = "0.4.6"
3535
# Dependencies
3636

3737
# GlNative and Common are used by the convention plugin
38-
mapboxGlNative = "11.13.0-SNAPSHOT-06-16--07-01.git-2173792"
39-
mapboxCommon = "24.13.0-SNAPSHOT-06-16--07-01.git-2173792"
38+
mapboxGlNative = "11.13.0"
39+
mapboxCommon = "24.13.0"
4040

4141
mapboxBase = "0.11.0"
4242
mapboxGestures = "0.8.0"

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.13.0-rc.1'
37+
implementation 'com.mapbox.plugin:maps-animation:11.13.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.13.0-rc.1'
33+
implementation 'com.mapbox.plugin:maps-annotation:11.13.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.13.0-rc.1'
36+
implementation 'com.mapbox.plugin:maps-attribution:11.13.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.13.0-rc.1'
35+
implementation 'com.mapbox.plugin:maps-compass:11.13.0'
3636
// Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin
37-
implementation 'com.mapbox.plugin:maps-animation:11.13.0-rc.1'
37+
implementation 'com.mapbox.plugin:maps-animation:11.13.0'
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.13.0-rc.1'
33+
implementation 'com.mapbox.plugin:maps-gestures:11.13.0'
3434
// Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin
35-
implementation 'com.mapbox.plugin:maps-animation:11.13.0-rc.1'
35+
implementation 'com.mapbox.plugin:maps-animation:11.13.0'
3636
}
3737
```
3838

plugin-lifecycle/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-lifecycle:11.13.0-rc.1'
33+
implementation 'com.mapbox.plugin:maps-lifecycle:11.13.0'
3434
// Make sure the version of appcompat is 1.3.0+
3535
implementation 'androidx.appcompat:appcompat:1.3.0'
3636
}

plugin-locationcomponent/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.plugin:maps-locationcomponent:11.13.0-rc.1'
35+
implementation 'com.mapbox.plugin:maps-locationcomponent:11.13.0'
3636
}
3737
```
3838

plugin-logo/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-logo:11.13.0-rc.1'
33+
implementation 'com.mapbox.plugin:maps-logo:11.13.0'
3434
}
3535
```
3636

plugin-scalebar/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.plugin:maps-scalebar:11.13.0-rc.1'
35+
implementation 'com.mapbox.plugin:maps-scalebar:11.13.0'
3636
}
3737
```
3838

plugin-viewport/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ allprojects {
5050
}
5151
// In the app build.gradle file
5252
dependencies {
53-
implementation 'com.mapbox.plugin:maps-viewport:11.13.0-rc.1'
53+
implementation 'com.mapbox.plugin:maps-viewport:11.13.0'
5454
}
5555
```
5656

0 commit comments

Comments
 (0)