Skip to content

Commit 5c3b838

Browse files
committed
chore: add release-please annotation to AI prompts
1 parent 11f5758 commit 5c3b838

2 files changed

Lines changed: 2 additions & 2 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:3.9.0") // Check for the latest version
17+
implementation("com.google.maps.android:android-maps-utils:3.9.0") // x-release-please-version
1818
}
1919
```
2020
*(Note: If the user is using Jetpack Compose, they should ideally be using `maps-compose-utils` from the `android-maps-compose` repository instead of this library directly, though this library is the underlying foundation).*

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:3.9.0") // Check for the latest version
17+
implementation("com.google.maps.android:android-maps-utils:3.9.0") // x-release-please-version
1818
}
1919
```
2020
*(Note: If the user is using Jetpack Compose, they should ideally be using `maps-compose-utils` from the `android-maps-compose` repository instead of this library directly, though this library is the underlying foundation).*

0 commit comments

Comments
 (0)