Skip to content

Commit d3d1ddf

Browse files
mapbox-github-ci-writer-4[bot]jush
authored andcommitted
[Backport release/v0.16] Upgrade Mapbox Gestures for Android to 0.9.2 (#7317)
Backport 5029c9ebb64e292fbdba863abf0a5b427542dda6 from #7300. cc @mapbox/maps-android cc @mapbox/sdk-ci Co-authored-by: Ramon <[email protected]> GitOrigin-RevId: 880403e7c2c54b97ece5769b8bab686f7f1c146d
1 parent 47cd7a4 commit d3d1ddf

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ Mapbox welcomes participation and contributions from everyone.
55
> **16 KB Page Size Support:** Starting with version 11.7.0 and 10.19.0, **NDK 27 is supported** with dedicated artifacts that include [support for 16 KB page sizes](https://developer.android.com/guide/practices/page-sizes). If your app does not require 16 KB page size support, you can keep using our default artifacts without `-ndk27` suffix. For more information about our NDK support, see https://docs.mapbox.com/android/maps/guides/#ndk-support
66
77
# main
8+
## Features ✨ and improvements 🏁
9+
* Added experimental `MapOptions.Builder.scaleFactor()` for scaling icons and texts.
10+
11+
## Bug fixes 🐞
12+
* Introduced `ScaleBarSettings.distanceUnits` property supporting metric, imperial, and nautical units, replacing the boolean `isMetricUnits` property.
13+
* Fix `ConcurrentModificationException` if `detectors` list was modified in `AndroidGesturesManager` while processing events.
14+
15+
## Dependencies
16+
* Update Mapbox Gestures for Android to 0.9.2
817

918
# 11.16.0-rc.1 October 07, 2025
1019

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ mapboxGlNative = "11.16.0-rc.1"
3737
mapboxCommon = "24.16.0-rc.1"
3838

3939
mapboxBase = "0.12.0"
40-
mapboxGestures = "0.9.1"
40+
mapboxGestures = "0.9.2"
4141
mapboxGeoJSON = "7.5.0"
4242

4343
androidXTestMonitor = "1.6.1"

0 commit comments

Comments
 (0)