Skip to content

Commit 15ea67b

Browse files
AudasViatorgithub-actions[bot]
authored andcommitted
Preparing v0.13.5 patch release (#5468)
https://github.com/mapbox/change-management/issues/4916 GitOrigin-RevId: 2b406716f5cd1ef5476b20fb520026a59192e4d5
1 parent 9596a00 commit 15ea67b

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

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

55
# main
66

7+
# 11.13.5 July 28, 2025
8+
79
# 11.13.4 21 July, 2025
810
## Bug fixes 🐞
911
* Fix an issue where instant animation might not have been executed in case of launching multiple animations within a single frame.

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.4
3+
Mapbox Maps for Android version 11.13.5
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.4,Mapbox ToS,Mapbox,https://www.mapbox.com/
485+
### MapboxCoreMaps,11.13.5,Mapbox ToS,Mapbox,https://www.mapbox.com/
486486

487487
```
488488
Mapbox Core Maps version 11.0

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.4
1+
VERSION_NAME=11.13.5
22
LAST_STABLE_VERSION=11.13.3
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.4"
39-
mapboxCommon = "24.13.4"
38+
mapboxGlNative = "11.13.5"
39+
mapboxCommon = "24.13.5"
4040

4141
mapboxBase = "0.12.0"
4242
mapboxGestures = "0.9.1"

0 commit comments

Comments
 (0)