Skip to content

Commit b57f8aa

Browse files
chore(main): release 5.0.0 (#1714)
1 parent eeb0156 commit b57f8aa

6 files changed

Lines changed: 21 additions & 5 deletions

File tree

.gemini/skills/android-maps-utils/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Add the necessary dependency to the app-level `build.gradle.kts` file:
1414
```kotlin
1515
dependencies {
1616
// Google Maps Utility Library
17-
implementation("com.google.maps.android:android-maps-utils:4.1.1") // x-release-please-version
17+
implementation("com.google.maps.android:android-maps-utils:5.0.0") // x-release-please-version
1818
}
1919
```
2020

.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+
".": "5.0.0"
33
}

CHANGELOG.md

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

3+
## [5.0.0](https://github.com/googlemaps/android-maps-utils/compare/v4.5.2...v5.0.0) (2026-07-15)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* rewrite android maps utils ([#1658](https://github.com/googlemaps/android-maps-utils/issues/1658))
9+
10+
### Features
11+
12+
* rewrite android maps utils ([#1658](https://github.com/googlemaps/android-maps-utils/issues/1658)) ([eeb0156](https://github.com/googlemaps/android-maps-utils/commit/eeb01567e47a118f5cc4ef10f2c81e033b25d147))
13+
14+
15+
### Bug Fixes
16+
17+
* 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))
18+
319
## [4.5.2](https://github.com/googlemaps/android-maps-utils/compare/v4.5.1...v4.5.2) (2026-07-07)
420

521

MIGRATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If your project uses all utilities, you can import the aggregator artifact direc
1919
```toml
2020
# gradle/libs.versions.toml
2121
[versions]
22-
androidMapsUtils = "5.0.0-rc1" # x-release-please-version
22+
androidMapsUtils = "5.0.0" # x-release-please-version
2323

2424
[libraries]
2525
android-maps-utils = { group = "com.google.maps.android", name = "android-maps-utils", version.ref = "androidMapsUtils" }

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ tasks.register<Exec>("installAndLaunch") {
4949
allprojects {
5050
group = "com.google.maps.android"
5151
// {x-release-please-start-version}
52-
version = "4.5.2"
52+
version = "5.0.0"
5353
// {x-release-please-end}
5454

5555
plugins.withId("java") {

llm-integration-prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Add the necessary dependency to the app-level `build.gradle.kts` file:
1414
```kotlin
1515
dependencies {
1616
// Google Maps Utility Library
17-
implementation("com.google.maps.android:android-maps-utils:4.1.1") // x-release-please-version
17+
implementation("com.google.maps.android:android-maps-utils:5.0.0") // x-release-please-version
1818
}
1919
```
2020

0 commit comments

Comments
 (0)