From bb96afc80247c47948a9142e57d417e94ecc8b8d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 30 Mar 2022 17:07:24 +0000 Subject: [PATCH] chore(release): 3.4.0 [skip ci] # [3.4.0](https://github.com/googlemaps/android-maps-ktx/compare/v3.3.0...v3.4.0) (2022-03-30) ### Features * Bump Kotlin and coroutines to 1.6 ([#178](https://github.com/googlemaps/android-maps-ktx/issues/178)) ([d794acf](https://github.com/googlemaps/android-maps-ktx/commit/d794acfb945013218c0925b82bf9b219eb964cc6)) --- README.md | 10 +++++----- build.gradle | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4a0087b..efc3b51 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,10 @@ If you are using the Maps SDK through Google Play Services: dependencies { // KTX for the Maps SDK for Android library - implementation 'com.google.maps.android:maps-ktx:3.3.0' + implementation 'com.google.maps.android:maps-ktx:3.4.0' // KTX for the Maps SDK for Android Utility Library - implementation 'com.google.maps.android:maps-utils-ktx:3.3.0' + implementation 'com.google.maps.android:maps-utils-ktx:3.4.0' // It is recommended to also include the latest Maps SDK and/or Utility Library versions // as well to ensure that you have the latest features and bug fixes. @@ -44,14 +44,14 @@ dependencies { dependencies { // KTX for the Maps SDK for Android V3 BETA Library - implementation 'com.google.maps.android:maps-v3-ktx:3.3.0' + implementation 'com.google.maps.android:maps-v3-ktx:3.4.0' // KTX for the Maps SDK for Android V3 BETA Utility Library - implementation 'com.google.maps.android:maps-utils-v3-ktx:3.3.0' + implementation 'com.google.maps.android:maps-utils-v3-ktx:3.4.0' // It is recommended to also include the latest Maps SDK and/or Utility Library versions // as well to ensure that you have the latest features and bug fixes. - implementation 'com.google.android.libraries.maps:maps:3.3.0-beta' + implementation 'com.google.android.libraries.maps:maps:3.4.0-beta' implementation 'com.google.maps.android:android-maps-utils-v3:' } ``` diff --git a/build.gradle b/build.gradle index e3609b5..f2ef4a8 100644 --- a/build.gradle +++ b/build.gradle @@ -93,7 +93,7 @@ ext.projectArtifactId = { project -> */ allprojects { group = 'com.google.maps.android' - version = '3.3.0' + version = '3.4.0' project.ext.artifactId = rootProject.ext.projectArtifactId(project) repositories {