File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ You no longer need to specify the Maps SDK for Android or its Utility Library as
22
22
23
23
``` groovy
24
24
dependencies {
25
- implementation 'com.google.maps.android:maps-compose:6.3 .0'
25
+ implementation 'com.google.maps.android:maps-compose:6.4 .0'
26
26
27
27
// Optionally, you can include the Compose utils library for Clustering,
28
28
// 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'
30
30
31
31
// 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'
33
33
}
34
34
```
35
35
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ val projectArtifactId by extra { project: Project ->
32
32
33
33
allprojects {
34
34
group = " com.google.maps.android"
35
- version = " 6.3 .0"
35
+ version = " 6.4 .0"
36
36
val projectArtifactId by extra { project.name }
37
37
}
38
38
You can’t perform that action at this time.
0 commit comments