Skip to content

Commit c50ac61

Browse files
chore(release): 6.4.0 [skip ci]
# [6.4.0](v6.3.0...v6.4.0) (2024-12-06) ### Features * updated compileSdk version ([#652](#652)) ([89e1131](89e1131))
1 parent 89e1131 commit c50ac61

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ You no longer need to specify the Maps SDK for Android or its Utility Library as
2222

2323
```groovy
2424
dependencies {
25-
implementation 'com.google.maps.android:maps-compose:6.3.0'
25+
implementation 'com.google.maps.android:maps-compose:6.4.0'
2626
2727
// Optionally, you can include the Compose utils library for Clustering,
2828
// Street View metadata checks, etc.
29-
implementation 'com.google.maps.android:maps-compose-utils:6.3.0'
29+
implementation 'com.google.maps.android:maps-compose-utils:6.4.0'
3030
3131
// Optionally, you can include the widgets library for ScaleBar, etc.
32-
implementation 'com.google.maps.android:maps-compose-widgets:6.3.0'
32+
implementation 'com.google.maps.android:maps-compose-widgets:6.4.0'
3333
}
3434
```
3535

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ val projectArtifactId by extra { project: Project ->
3232

3333
allprojects {
3434
group = "com.google.maps.android"
35-
version = "6.3.0"
35+
version = "6.4.0"
3636
val projectArtifactId by extra { project.name }
3737
}
3838

0 commit comments

Comments
 (0)