Skip to content

Commit 95d7e55

Browse files
natiginfogithub-actions[bot]
authored andcommitted
Changelogs for v0.13.3 (#5103)
CM ticket: https://github.com/mapbox/change-management/issues/4774 cc @mapbox/sdk-ci GitOrigin-RevId: 08c7b5e978d697a545279a8ca9f8ec5d68129788
1 parent bf78959 commit 95d7e55

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
Mapbox welcomes participation and contributions from everyone.
44

5-
# 11.13.3
5+
# main
6+
7+
# 11.13.3 July 11, 2025
68
## Features ✨ and improvements 🏁
79
* Added `setContentDescription()` method to `AttributionPlugin` and `AttributionView` interfaces to programmatically set accessibility content description for the attribution button.
810

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.2
3+
Mapbox Maps for Android version 11.13.3
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.2,Mapbox ToS,Mapbox,https://www.mapbox.com/
485+
### MapboxCoreMaps,11.13.3,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.2
1+
VERSION_NAME=11.13.3
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.2"
39-
mapboxCommon = "24.13.2"
38+
mapboxGlNative = "11.13.3"
39+
mapboxCommon = "24.13.3"
4040

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

0 commit comments

Comments
 (0)