Skip to content

Commit 0f3e895

Browse files
jushnatiginfo
andauthored
Upgrade glNative and common to 11.11.0-beta.1 (#2985)
* Upgrade glNative and common to 11.11.0-beta.1 * Update mapbox-maps-android/CHANGELOG.md Co-authored-by: Natig Babayev <[email protected]> --------- Co-authored-by: Natig Babayev <[email protected]>
1 parent dac2b27 commit 0f3e895

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ Mapbox welcomes participation and contributions from everyone.
55
# main
66
## Features ✨ and improvements 🏁
77
* Support expression input for `PromoteId`.
8+
* Add a setting that allows geofencing users with Android <= 28 to access background locations. Add `mapbox-location-config.xml` file with the following content:
9+
```xml
10+
<resources>
11+
<bool name="com.mapbox.common.location.sdk28_use_background_permissions">true</bool>
12+
</resources>
13+
```
14+
15+
## Bug fixes 🐞
16+
* Fix missing vector images after style change.
17+
* Ensure background color is correctly set.
18+
* Fix background layer not being updated if raster image was updated in-place or if color theme changed.
19+
* Trigger DVA replacement if zoom diff is big.
20+
* Fix line placement symbol disappearing issue when in zoom level 5.
21+
* Place view annotation away from camera when pitch > 45.
22+
* Fix dark shades of gradient effect in night preset.
23+
* Fix Custom Raster Source behavior on re-creation.
24+
* Change unreachable connection retries to use exponential backoff.
25+
26+
## Dependencies
27+
* Update gl-native to v11.11.0-beta.1 and common to v24.11.0-beta.1.
828

929
# 11.10.2 February 25, 2025
1030
## Bug fixes 🐞

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens
482482

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

485-
### MapboxCoreMaps,11.10.0,Mapbox ToS,Mapbox,https://www.mapbox.com/
485+
### MapboxCoreMaps,11.11.0-beta.1,Mapbox ToS,Mapbox,https://www.mapbox.com/
486486

487487
```
488488
Mapbox Core Maps version 11.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.1"
3535
# Dependencies
3636

3737
# GlNative and Common are used by the convention plugin
38-
mapboxGlNative = "11.10.0"
39-
mapboxCommon = "24.10.0"
38+
mapboxGlNative = "11.11.0-beta.1"
39+
mapboxCommon = "24.11.0-beta.1"
4040

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

0 commit comments

Comments
 (0)