From ff99a6eeede6af66b88766c99724f9f59f2ff31e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 7 Jun 2021 20:40:59 +0000 Subject: [PATCH] chore(release): 3.1.0 [skip ci] # [3.1.0](https://github.com/googlemaps/android-maps-ktx/compare/v3.0.1...v3.1.0) (2021-06-07) ### Features * Add Kotlin Flow extensions for maps-ktx and maps-v3-ktx ([#144](https://github.com/googlemaps/android-maps-ktx/issues/144)) ([e5cc99f](https://github.com/googlemaps/android-maps-ktx/commit/e5cc99f93a4956837f479861d274588d8dc5ce5d)), closes [#113](https://github.com/googlemaps/android-maps-ktx/issues/113) [#131](https://github.com/googlemaps/android-maps-ktx/issues/131) [#132](https://github.com/googlemaps/android-maps-ktx/issues/132) [#138](https://github.com/googlemaps/android-maps-ktx/issues/138) [#139](https://github.com/googlemaps/android-maps-ktx/issues/139) --- README.md | 8 ++++---- build.gradle | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4faed02..adfeeea 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.0.1' + implementation 'com.google.maps.android:maps-ktx:3.1.0' // KTX for the Maps SDK for Android Utility Library - implementation 'com.google.maps.android:maps-utils-ktx:3.0.1' + implementation 'com.google.maps.android:maps-utils-ktx:3.1.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,10 +44,10 @@ Alternatively, if you are using the Maps SDK through the standalone V3 BETA dist dependencies { // KTX for the Maps SDK for Android V3 BETA Library - implementation 'com.google.maps.android:maps-v3-ktx:3.0.1' + implementation 'com.google.maps.android:maps-v3-ktx:3.1.0' // KTX for the Maps SDK for Android V3 BETA Utility Library - implementation 'com.google.maps.android:maps-utils-v3-ktx:3.0.1' + implementation 'com.google.maps.android:maps-utils-v3-ktx:3.1.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. diff --git a/build.gradle b/build.gradle index a73fc55..5f1292b 100644 --- a/build.gradle +++ b/build.gradle @@ -93,7 +93,7 @@ ext.projectArtifactId = { project -> */ allprojects { group = 'com.google.maps.android' - version = '3.0.1' + version = '3.1.0' project.ext.artifactId = rootProject.ext.projectArtifactId(project) repositories {