Skip to content

Commit b403d36

Browse files
chore(release): 6.7.0 [skip ci]
# [6.7.0](v6.6.0...v6.7.0) (2025-07-14) ### Features * added BitmapDescriptor as parameter to AdvancedMarker ([#718](#718)) ([e1c2277](e1c2277))
1 parent e1c2277 commit b403d36

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ You no longer need to specify the Maps SDK for Android or its Utility Library as
2929

3030
```groovy
3131
dependencies {
32-
implementation 'com.google.maps.android:maps-compose:6.6.0'
32+
implementation 'com.google.maps.android:maps-compose:6.7.0'
3333
3434
// Optionally, you can include the Compose utils library for Clustering,
3535
// Street View metadata checks, etc.
36-
implementation 'com.google.maps.android:maps-compose-utils:6.6.0'
36+
implementation 'com.google.maps.android:maps-compose-utils:6.7.0'
3737
3838
// Optionally, you can include the widgets library for ScaleBar, etc.
39-
implementation 'com.google.maps.android:maps-compose-widgets:6.6.0'
39+
implementation 'com.google.maps.android:maps-compose-widgets:6.7.0'
4040
}
4141
```
4242

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ val projectArtifactId by extra { project: Project ->
3434

3535
allprojects {
3636
group = "com.google.maps.android"
37-
version = "6.6.0"
37+
version = "6.7.0"
3838
val projectArtifactId by extra { project.name }
3939
}
4040

0 commit comments

Comments
 (0)