Skip to content

Commit 7662168

Browse files
temapgithub-actions[bot]
authored andcommitted
bump version
GitOrigin-RevId: 3b3a1db6f19cf2dd66e3e769718315730f1d9753
1 parent 4008f14 commit 7662168

5 files changed

Lines changed: 6 additions & 26 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,6 @@ Mapbox welcomes participation and contributions from everyone.
77
# main
88

99
# 11.27.0-rc.1 July 13, 2026
10-
## Features ✨ and improvements 🏁
11-
* Add cross-source HD road elevation for symbols, so road symbols can align to HD elevation data provided by a separate source.
12-
* Add support for animating the map's vertical field of view.
13-
* Improve CPU performance when frequently updating layer properties, such as animating paint and layout values.
14-
* Improve character rotation for some CJK characters in vertical text mode.
15-
16-
## Bug fixes 🐞
17-
* Fix flickering single-pixel gaps appearing along route lines at elevation feature boundaries as the camera moves.
18-
* Fix line-aligned labels (such as angled sea names) drifting while panning during the globe-to-mercator zoom transition.
19-
* Fix radial gradients rendering incorrectly when the focal radius is larger than the outer radius.
20-
* Fix view annotations not being considered in collision checks against avoid layers, which could result in incorrect placement.
21-
* Internal fixes and performance improvements.
22-
2310
## Dependencies
2411
* Update gl-native to [v11.27.0-rc.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.27.0-rc.1), common to [v24.27.0-rc.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.27.0-rc.1).
2512

@@ -85,13 +72,6 @@ Mapbox welcomes participation and contributions from everyone.
8572
## Dependencies
8673
* Update gl-native to [v11.21.8](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.21.8), common to [v24.21.8](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.21.8).
8774

88-
# 11.25.2 July 13, 2026
89-
## Bug fixes 🐞
90-
* Fix a crash that could occur due to filesystem exceptions during persistent storage initialization.
91-
## Dependencies
92-
* Update gl-native to [v11.25.2](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.25.2), common to [v24.25.2](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.25.2).
93-
94-
9575
# 11.25.1 July 03, 2026
9676
## Bug fixes 🐞
9777
* Fix View Annotations sometimes failing to appear on short line segments due to collision detection over-rejection.

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.28.0-SNAPSHOT-07-15--02-02.git-4609283
3+
Mapbox Maps for Android version 11.28.0-alpha.1
44
Mapbox Maps Android SDK
55

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

489489
===========================================================================
490490

491-
### MapboxCoreMaps,11.28.0-SNAPSHOT-07-15--02-02.git-4609283,Mapbox ToS,Mapbox,https://www.mapbox.com/
491+
### MapboxCoreMaps,11.28.0-alpha.1,Mapbox ToS,Mapbox,https://www.mapbox.com/
492492

493493
```
494494
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.28.0-SNAPSHOT-07-15--02-02.git-4609283
1+
VERSION_NAME=11.28.0-alpha.1
22
LAST_STABLE_VERSION=11.27.0-rc.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
@@ -33,8 +33,8 @@ japicmp = "0.4.6"
3333
# Dependencies
3434

3535
# GlNative and Common are used by the convention plugin
36-
mapboxGlNative = "11.28.0-SNAPSHOT-07-15--02-02.git-4609283"
37-
mapboxCommon = "24.28.0-SNAPSHOT-07-15--02-02.git-4609283"
36+
mapboxGlNative = "11.28.0-alpha.1"
37+
mapboxCommon = "24.28.0-alpha.1"
3838

3939
mapboxBase = "0.12.0"
4040
mapboxGestures = "0.10.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
maps-sdk/11.28.0-SNAPSHOT-07-15--02-02.git-4609283
1+
maps-sdk/11.28.0-alpha.1

0 commit comments

Comments
 (0)