Skip to content

Commit c7f4b82

Browse files
jushgithub-actions[bot]
authored andcommitted
Upgrade Mapbox Gestures for Android to 0.9.2 (#7300)
GitOrigin-RevId: 5029c9ebb64e292fbdba863abf0a5b427542dda6
1 parent aebb28d commit c7f4b82

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

1111
## Bug fixes 🐞
1212
* 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
1317

1418
# 11.16.0-rc.1 October 07, 2025
1519

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ mapboxGlNative = "11.17.0-SNAPSHOT-10-13--04-29.git-a5925fe"
3737
mapboxCommon = "24.17.0-SNAPSHOT-10-13--04-29.git-a5925fe"
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)