From a6ec7d111fbfccd59dabe6f5aead7e32ace8f892 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 13:12:08 +0000 Subject: [PATCH] chore(deps): bump com.google.maps.android:maps-ktx from 5.0.0 to 5.1.0 in /ApiDemos/kotlin (#1691) 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 5.0.0 to 5.1.0. - [Release notes](https://github.com/googlemaps/android-maps-ktx/releases) - [Changelog](https://github.com/googlemaps/android-maps-ktx/blob/main/.releaserc) - [Commits](https://github.com/googlemaps/android-maps-ktx/compare/v5.0.0...v5.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 213163c0..c64da8b3 100644 --- a/ApiDemos/kotlin/app/build.gradle +++ b/ApiDemos/kotlin/app/build.gradle @@ -59,7 +59,7 @@ dependencies { // GMS gmsImplementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.3' - gmsImplementation 'com.google.maps.android:maps-ktx:5.0.0' + gmsImplementation 'com.google.maps.android:maps-ktx:5.1.0' // Below is used to run the easypermissions library to manage location permissions // EasyPermissions is needed to help us request for permission to access location