Skip to content

Commit 5f6c90f

Browse files
committed
chore: release v6.0.0-rc03
1 parent d27dca4 commit 5f6c90f

7 files changed

Lines changed: 14 additions & 6 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:6.0.0-rc02") // x-release-please-version
17+
implementation("com.google.maps.android:android-maps-utils:6.0.0-rc03") // 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-
".": "6.0.0-rc02"
2+
".": "6.0.0-rc03"
33
}

CHANGELOG.md

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

3+
## [6.0.0-rc03](https://github.com/googlemaps/android-maps-utils/compare/v6.0.0-rc02...v6.0.0-rc03) (2026-08-31)
4+
5+
### Bug Fixes
6+
7+
* Resolve lint detector test Android SDK requirement with `allowMissingSdk()`
8+
* Configure isolated test home directory for unit test execution in restricted sandboxes
9+
* Suppress internal deprecation warnings in legacy KTX compatibility shims
10+
311
## [6.0.0-rc02](https://github.com/googlemaps/android-maps-utils/compare/v6.0.0-rc01...v6.0.0-rc02) (2026-08-28)
412

513
### Chores

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 = "6.0.0-rc02" # x-release-please-version
22+
androidMapsUtils = "6.0.0-rc03" # 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 = "6.0.0-rc02"
52+
version = "6.0.0-rc03"
5353
// {x-release-please-end}
5454

5555
plugins.withId("java") {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ mavenCentralPassword=
3939
# If true, publishToMavenCentral will also close and release the staging repository
4040
mavenCentralAutomaticRelease=false
4141

42-
VERSION_NAME=6.0.0-rc02
42+
VERSION_NAME=6.0.0-rc03
4343
GROUP=com.google.maps.android
4444

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:6.0.0-rc02") // x-release-please-version
17+
implementation("com.google.maps.android:android-maps-utils:6.0.0-rc03") // x-release-please-version
1818
}
1919
```
2020

0 commit comments

Comments
 (0)