diff --git a/README.md b/README.md index 17d81ec2..1f0b445e 100644 --- a/README.md +++ b/README.md @@ -20,16 +20,16 @@ This repository contains [Jetpack Compose][jetpack-compose] components for the [ ```groovy dependencies { - implementation 'com.google.maps.android:maps-compose:2.13.1' + implementation 'com.google.maps.android:maps-compose:2.14.0' // Make sure to also include the latest version of the Maps SDK for Android // See latest version at https://goo.gle/android-maps-sdk-version // Optionally, you can include the Compose utils library for Clustering, etc. - implementation 'com.google.maps.android:maps-compose-utils:2.13.1' + implementation 'com.google.maps.android:maps-compose-utils:2.14.0' // Optionally, you can include the widgets library for ScaleBar, etc. - implementation 'com.google.maps.android:maps-compose-widgets:2.13.1' + implementation 'com.google.maps.android:maps-compose-widgets:2.14.0' } ``` diff --git a/build.gradle b/build.gradle index 8ec5bef3..8b501720 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ ext.projectArtifactId = { project -> allprojects { group = 'com.google.maps.android' - version = '2.13.1' + version = '2.14.0' project.ext.artifactId = rootProject.ext.projectArtifactId(project) }