From f113daafd8f5d8343bb3c5a0dbec6e5d5a96e6a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 13:30:19 +0000 Subject: [PATCH] chore(deps): bump com.google.maps.android:maps-ktx in /ApiDemos/kotlin Bumps [com.google.maps.android:maps-ktx](https://github.com/googlemaps/android-maps-ktx) from 3.4.0 to 4.0.0. - [Release notes](https://github.com/googlemaps/android-maps-ktx/releases) - [Changelog](https://github.com/googlemaps/android-maps-ktx/blob/main/release.gpg.gpg) - [Commits](https://github.com/googlemaps/android-maps-ktx/compare/v3.4.0...v4.0.0) --- updated-dependencies: - dependency-name: com.google.maps.android:maps-ktx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ApiDemos/kotlin/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApiDemos/kotlin/app/build.gradle b/ApiDemos/kotlin/app/build.gradle index 6b28cb185..f7a08a643 100644 --- a/ApiDemos/kotlin/app/build.gradle +++ b/ApiDemos/kotlin/app/build.gradle @@ -57,7 +57,7 @@ dependencies { // GMS gmsImplementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.1' gmsImplementation 'com.google.android.gms:play-services-maps:18.1.0' - gmsImplementation 'com.google.maps.android:maps-ktx:3.4.0' + gmsImplementation 'com.google.maps.android:maps-ktx:4.0.0' // V3 v3Implementation 'com.google.android.libraries.maps:maps:3.1.0-beta'