Skip to content

Commit 8ed0ce3

Browse files
natiginfojushactions-user
authored andcommitted
bump mapboxGeoJSON to 7.5.0 (#5576)
This PR updates geojson to v7.5.0 which bumps used GSON version. --------- Co-authored-by: Ramon <[email protected]> Co-authored-by: Changelog autocreator bot <[email protected]> GitOrigin-RevId: 29c3e6ba6b362547d188f67a386ab2a81dffd515
1 parent 4734622 commit 8ed0ce3

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ Mapbox welcomes participation and contributions from everyone.
77
## Bug fixes 🐞
88
* Fix potential ANR (Application Not Responding) issue when retrieving display refresh rate during map initialization by offloading the system call to a background thread with proper timeout and fallback handling.
99

10+
## Dependencies
11+
* Update Mapbox GeoJSON library to [v7.5.0](https://github.com/mapbox/mapbox-java/releases/tag/v7.5.0).
12+
1013

1114
# 11.14.0 July 30, 2025
1215
## Features ✨ and improvements 🏁

gradle/apps.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
[versions]
6-
mapboxJavaServices = "7.4.0"
6+
mapboxJavaServices = "7.5.0"
77
squareRetrofit = "2.9.0"
88

99
androidxRecyclerView = "1.1.0"

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ mapboxCommon = "24.15.0-SNAPSHOT-08-01--04-40.git-1471842"
3838

3939
mapboxBase = "0.12.0"
4040
mapboxGestures = "0.9.1"
41-
mapboxGeoJSON = "5.4.1"
41+
mapboxGeoJSON = "7.5.0"
4242

4343
androidXTestMonitor = "1.6.1"
4444
androidxAnnotation = "1.1.0"

0 commit comments

Comments
 (0)