File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 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
2222
2323``` groovy
2424dependencies {
25- implementation 'com.google.maps.android:maps-compose:4.3.2 '
25+ implementation 'com.google.maps.android:maps-compose:4.3.3 '
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:4.3.2 '
29+ implementation 'com.google.maps.android:maps-compose-utils:4.3.3 '
3030
3131 // Optionally, you can include the widgets library for ScaleBar, etc.
32- implementation 'com.google.maps.android:maps-compose-widgets:4.3.2 '
32+ implementation 'com.google.maps.android:maps-compose-widgets:4.3.3 '
3333}
3434```
3535
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ ext.projectArtifactId = { project ->
3030
3131allprojects {
3232 group = ' com.google.maps.android'
33- version = ' 4.3.2 '
33+ version = ' 4.3.3 '
3434 project. ext. artifactId = rootProject. ext. projectArtifactId(project)
3535}
3636
You can’t perform that action at this time.
0 commit comments