From 83b9ed8528dce59b310a2d0f05324640780c8501 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jun 2021 06:54:42 +0000 Subject: [PATCH] chore(deps): bump maps-ktx from 3.0.1 to 3.1.0 in /ApiDemos/kotlin (#578) Bumps [maps-ktx](https://github.com/googlemaps/android-maps-ktx) from 3.0.1 to 3.1.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.0.1...v3.1.0) --- updated-dependencies: - dependency-name: com.google.maps.android:maps-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 04ec9279..ede441b4 100644 --- a/ApiDemos/kotlin/app/build.gradle +++ b/ApiDemos/kotlin/app/build.gradle @@ -50,7 +50,7 @@ dependencies { // GMS gmsImplementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.1' gmsImplementation 'com.google.android.gms:play-services-maps:17.0.1' - gmsImplementation 'com.google.maps.android:maps-ktx:3.0.1' + gmsImplementation 'com.google.maps.android:maps-ktx:3.1.0' // V3 v3Implementation 'com.google.android.libraries.maps:maps:3.1.0-beta'