Skip to content

Commit 717663e

Browse files
committed
docs: bump maps-compose version to 8.2.2 and add release-please tags
1 parent 2fc5d9f commit 717663e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.gemini/skills/android-samples/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Add the necessary dependencies to the app-level `build.gradle.kts` file based on
1515
```kotlin
1616
dependencies {
1717
// Google Maps Compose library
18-
implementation("com.google.maps.android:maps-compose:6.1.0") // Check for the latest version
18+
implementation("com.google.maps.android:maps-compose:8.2.2") // x-release-please-version
1919
// Optional: Maps Compose Utilities (for clustering, etc.)
20-
// implementation("com.google.maps.android:maps-compose-utils:6.1.0")
20+
// implementation("com.google.maps.android:maps-compose-utils:8.2.2") // x-release-please-version
2121
}
2222
```
2323

llm-integration-prompt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Add the necessary dependencies to the app-level `build.gradle.kts` file based on
1515
```kotlin
1616
dependencies {
1717
// Google Maps Compose library
18-
implementation("com.google.maps.android:maps-compose:6.1.0") // Check for the latest version
18+
implementation("com.google.maps.android:maps-compose:8.2.2") // x-release-please-version
1919
// Optional: Maps Compose Utilities (for clustering, etc.)
20-
// implementation("com.google.maps.android:maps-compose-utils:6.1.0")
20+
// implementation("com.google.maps.android:maps-compose-utils:8.2.2") // x-release-please-version
2121
}
2222
```
2323

0 commit comments

Comments
 (0)