From bc4736ee4f6eb21aeea1d09165e7f3abd231f768 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 31 Mar 2022 17:11:41 +0000 Subject: [PATCH] chore(release): 2.1.0 [skip ci] # [2.1.0](https://github.com/googlemaps/android-maps-compose/compare/v2.0.0...v2.1.0) (2022-03-31) ### Features * Support specifying animation duration for camera changes. ([#83](https://github.com/googlemaps/android-maps-compose/issues/83)) ([aa02773](https://github.com/googlemaps/android-maps-compose/commit/aa02773b5c0c09b024615a08a29e7da588e2a689)) --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b99e3d7..685b4deb 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ To run it, you'll have to: ```groovy dependencies { - implementation 'com.google.maps.android:maps-compose:2.0.0' + implementation 'com.google.maps.android:maps-compose:2.1.0' // Make sure to also include the latest version of the Maps SDK for Android implementation 'com.google.android.gms:play-services-maps:18.0.2' diff --git a/build.gradle b/build.gradle index 64183f0e..4d42ab67 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ ext.projectArtifactId = { project -> allprojects { group = 'com.google.maps.android' - version = '2.0.0' + version = '2.1.0' project.ext.artifactId = rootProject.ext.projectArtifactId(project) }