We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11cd8f6 commit cc9f816Copy full SHA for cc9f816
1 file changed
README.md
@@ -34,13 +34,9 @@ dependencies {
34
// {x-release-please-end}
35
// Optionally, you can include the Compose utils library for Clustering,
36
// Street View metadata checks, etc.
37
- // {x-release-please-start-version}
38
- implementation 'com.google.maps.android:maps-compose-utils:6.12.2'
39
- // {x-release-please-end}
+ implementation 'com.google.maps.android:maps-compose-utils:6.12.2' // {x-release-please-version}
40
// Optionally, you can include the widgets library for ScaleBar, etc.
41
42
- implementation 'com.google.maps.android:maps-compose-widgets:6.12.2'
43
+ implementation 'com.google.maps.android:maps-compose-widgets:6.12.2' // {x-release-please-version}
44
}
45
```
46
0 commit comments