From 4a33af4303481ae5f6a426a8db3c80197d56c640 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 23 Jun 2022 18:17:30 +0000 Subject: [PATCH] chore(release): 2.4.0 [skip ci] # [2.4.0](https://github.com/googlemaps/android-maps-compose/compare/v2.3.0...v2.4.0) (2022-06-23) ### Features * Add the reason for map camera movement ([#154](https://github.com/googlemaps/android-maps-compose/issues/154)) ([202f34f](https://github.com/googlemaps/android-maps-compose/commit/202f34fc660046f3ce14ae827fa27d72ef7b9853)) --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7cbc32dc..6bfb3245 100644 --- a/README.md +++ b/README.md @@ -212,13 +212,13 @@ To run it, you'll have to: ```groovy dependencies { - implementation 'com.google.maps.android:maps-compose:2.3.0' + implementation 'com.google.maps.android:maps-compose:2.4.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' // Also include Compose version `1.2.0-alpha03` or higher - for example: - implementation "androidx.compose.foundation:foundation:2.3.0-alpha03" + implementation "androidx.compose.foundation:foundation:2.4.0-alpha03" } ``` diff --git a/build.gradle b/build.gradle index 76a7f429..cb30c3ae 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ ext.projectArtifactId = { project -> allprojects { group = 'com.google.maps.android' - version = '2.3.0' + version = '2.4.0' project.ext.artifactId = rootProject.ext.projectArtifactId(project) }