Skip to content

Commit 18d61ff

Browse files
committed
docs: bump play-services-maps to 20.0.0 in AI prompts
1 parent 8494e8b commit 18d61ff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
```kotlin
2626
dependencies {
2727
// Google Maps SDK for Android
28-
implementation("com.google.android.gms:play-services-maps:19.0.0") // Check for the latest version
28+
implementation("com.google.android.gms:play-services-maps:20.0.0") // Check for the latest version
2929
}
3030
```
3131

llm-integration-prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
```kotlin
2626
dependencies {
2727
// Google Maps SDK for Android
28-
implementation("com.google.android.gms:play-services-maps:19.0.0") // Check for the latest version
28+
implementation("com.google.android.gms:play-services-maps:20.0.0") // Check for the latest version
2929
}
3030
```
3131

0 commit comments

Comments
 (0)