Skip to content

Commit a778532

Browse files
chore: release v5.0.0-rc01
1 parent 60c1a22 commit a778532

5 files changed

Lines changed: 5 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-rc01") // 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.4.1"
2+
".": "5.0.0-rc01"
33
}

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-rc01" # 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.4.1"
52+
version = "5.0.0-rc01"
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-rc01") // x-release-please-version
1818
}
1919
```
2020

0 commit comments

Comments
 (0)