diff --git a/README.md b/README.md index 52aeda45..91deae55 100644 --- a/README.md +++ b/README.md @@ -22,14 +22,14 @@ You no longer need to specify the Maps SDK for Android or its Utility Library as ```groovy dependencies { - implementation 'com.google.maps.android:maps-compose:4.2.0' + implementation 'com.google.maps.android:maps-compose:4.3.0' // Optionally, you can include the Compose utils library for Clustering, // Street View metadata checks, etc. - implementation 'com.google.maps.android:maps-compose-utils:4.2.0' + implementation 'com.google.maps.android:maps-compose-utils:4.3.0' // Optionally, you can include the widgets library for ScaleBar, etc. - implementation 'com.google.maps.android:maps-compose-widgets:4.2.0' + implementation 'com.google.maps.android:maps-compose-widgets:4.3.0' } ``` diff --git a/build.gradle b/build.gradle index 20eec68b..5da06fe3 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ ext.projectArtifactId = { project -> allprojects { group = 'com.google.maps.android' - version = '4.2.0' + version = '4.3.0' project.ext.artifactId = rootProject.ext.projectArtifactId(project) }