We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc9f816 commit 8e3cda6Copy full SHA for 8e3cda6
README.md
@@ -29,9 +29,7 @@ You no longer need to specify the Maps SDK for Android or its Utility Library as
29
30
```groovy
31
dependencies {
32
- // {x-release-please-start-version}
33
- implementation 'com.google.maps.android:maps-compose:6.12.2'
34
- // {x-release-please-end}
+ implementation 'com.google.maps.android:maps-compose:6.12.2' // {x-release-please-version}
35
// Optionally, you can include the Compose utils library for Clustering,
36
// Street View metadata checks, etc.
37
implementation 'com.google.maps.android:maps-compose-utils:6.12.2' // {x-release-please-version}
0 commit comments