From 5af8b6fbd0e7a5fdfe97ba2918fa7c811fa881f5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 13:25:45 +0000 Subject: [PATCH] chore(deps): bump maps-ktx from 2.3.0 to 2.4.0 in /ApiDemos/kotlin (#472) Bumps [maps-ktx](https://github.com/googlemaps/android-maps-ktx) from 2.3.0 to 2.4.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/v2.3.0...v2.4.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[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 f3496149..49160f5b 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.0' gmsImplementation 'com.google.android.gms:play-services-maps:17.0.0' - gmsImplementation 'com.google.maps.android:maps-ktx:2.3.0' + gmsImplementation 'com.google.maps.android:maps-ktx:2.4.0' // V3 v3Implementation 'com.google.android.libraries.maps:maps:3.1.0-beta'