From b5d5a6a975a9751b153666b871a6dbff53c8159b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 20 Oct 2023 17:40:08 +0000 Subject: [PATCH] chore(release): 3.6.0 [skip ci] # [3.6.0](https://github.com/googlemaps/android-maps-utils/compare/v3.5.3...v3.6.0) (2023-10-20) ### Features * add additional response values to StreetViewUtil ([#1235](https://github.com/googlemaps/android-maps-utils/issues/1235)) ([46a07e3](https://github.com/googlemaps/android-maps-utils/commit/46a07e347ab0ad6634e7ef83a97419fe2320ddcb)) --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d162b192..aa9a3b113 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ You can also find Kotlin extensions for this library in [Maps Android KTX][andro ```groovy dependencies { // Utilities for Maps SDK for Android (requires Google Play Services) - implementation 'com.google.maps.android:android-maps-utils:3.5.3' + implementation 'com.google.maps.android:android-maps-utils:3.6.0' // Optionally add the Kotlin Extensions (KTX) for full Kotlin language support // See latest version at https://github.com/googlemaps/android-maps-ktx diff --git a/build.gradle b/build.gradle index b804026c8..d138c86b3 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ ext.projectArtifactId = { project -> allprojects { group = 'com.google.maps.android' - version = '3.5.3' + version = '3.6.0' project.ext.artifactId = rootProject.ext.projectArtifactId(project) }