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 @@ -29,14 +29,14 @@ You no longer need to specify the Maps SDK for Android or its Utility Library as
29
29
30
30
``` groovy
31
31
dependencies {
32
- implementation 'com.google.maps.android:maps-compose:6.5.2 '
32
+ implementation 'com.google.maps.android:maps-compose:6.5.3 '
33
33
34
34
// Optionally, you can include the Compose utils library for Clustering,
35
35
// Street View metadata checks, etc.
36
- implementation 'com.google.maps.android:maps-compose-utils:6.5.2 '
36
+ implementation 'com.google.maps.android:maps-compose-utils:6.5.3 '
37
37
38
38
// Optionally, you can include the widgets library for ScaleBar, etc.
39
- implementation 'com.google.maps.android:maps-compose-widgets:6.5.2 '
39
+ implementation 'com.google.maps.android:maps-compose-widgets:6.5.3 '
40
40
}
41
41
```
42
42
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ val projectArtifactId by extra { project: Project ->
34
34
35
35
allprojects {
36
36
group = " com.google.maps.android"
37
- version = " 6.5.2 "
37
+ version = " 6.5.3 "
38
38
val projectArtifactId by extra { project.name }
39
39
}
40
40
You can’t perform that action at this time.
0 commit comments