From 72c8d0d04c185745f33c06e394ef9d1cacf74893 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 6 Nov 2023 19:34:37 +0000 Subject: [PATCH] chore(release): 3.8.0 [skip ci] # [3.8.0](https://github.com/googlemaps/android-maps-utils/compare/v3.7.0...v3.8.0) (2023-11-06) ### Features * added street view source parameter to fetchStreetViewData ([#1262](https://github.com/googlemaps/android-maps-utils/issues/1262)) ([2fd3921](https://github.com/googlemaps/android-maps-utils/commit/2fd39218d141f80c2ae42f5d0c854bba7bd0e1cc)) --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b53e4cb5b..dee0ed8a4 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ dependencies { // Utilities for Maps SDK for Android (requires Google Play Services) // You do not need to add a separate dependency for the Maps SDK for Android // since this library builds in the compatible version of the Maps SDK. - implementation 'com.google.maps.android:android-maps-utils:3.7.0' + implementation 'com.google.maps.android:android-maps-utils:3.8.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 1d9ac09ce..892460c4b 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ ext.projectArtifactId = { project -> allprojects { group = 'com.google.maps.android' - version = '3.7.0' + version = '3.8.0' project.ext.artifactId = rootProject.ext.projectArtifactId(project) }