Skip to content

Commit b7dded2

Browse files
chore(main): release 4.5.3
1 parent f513807 commit b7dded2

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.5.2"
2+
".": "4.5.3"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.5.3](https://github.com/googlemaps/android-maps-utils/compare/v4.5.2...v4.5.3) (2026-07-10)
4+
5+
6+
### Bug Fixes
7+
8+
* prevent StackOverflowError from deeply nested GeometryCollection in GeoJsonParser ([#1699](https://github.com/googlemaps/android-maps-utils/issues/1699)) ([f513807](https://github.com/googlemaps/android-maps-utils/commit/f513807fb6f21a941b67274148415e15b440f53c))
9+
310
## [4.5.2](https://github.com/googlemaps/android-maps-utils/compare/v4.5.1...v4.5.2) (2026-07-07)
411

512

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ tasks.register<Exec>("installAndLaunch") {
4545
allprojects {
4646
group = "com.google.maps.android"
4747
// {x-release-please-start-version}
48-
version = "4.5.2"
48+
version = "4.5.3"
4949
// {x-release-please-end}
5050
}

0 commit comments

Comments
 (0)