From 8211eb745fbb0783fee652797c9505bd0dd5b10a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 11:59:52 +0000 Subject: [PATCH] chore(deps): bump com.google.maps.android:maps-ktx from 5.1.0 to 5.1.1 in /snippets (#1695) chore(deps): bump com.google.maps.android:maps-ktx in /snippets Bumps [com.google.maps.android:maps-ktx](https://github.com/googlemaps/android-maps-ktx) from 5.1.0 to 5.1.1. - [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.1.0...v5.1.1) --- updated-dependencies: - dependency-name: com.google.maps.android:maps-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- snippets/app-ktx/build.gradle | 2 +- snippets/app-rx/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/app-ktx/build.gradle b/snippets/app-ktx/build.gradle index 32050125c..04fbbf8a2 100644 --- a/snippets/app-ktx/build.gradle +++ b/snippets/app-ktx/build.gradle @@ -49,7 +49,7 @@ dependencies { // [END_EXCLUDE] // KTX for the Maps SDK for Android library - implementation 'com.google.maps.android:maps-ktx:5.1.0' + implementation 'com.google.maps.android:maps-ktx:5.1.1' } // [END maps_android_ktx_install_snippet] diff --git a/snippets/app-rx/build.gradle b/snippets/app-rx/build.gradle index 3133d7fd0..9a92084e8 100644 --- a/snippets/app-rx/build.gradle +++ b/snippets/app-rx/build.gradle @@ -56,7 +56,7 @@ dependencies { implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.3" implementation "com.google.android.material:material:1.12.0" implementation "com.trello.rxlifecycle4:rxlifecycle-android-lifecycle-kotlin:4.0.2" - implementation "com.google.maps.android:maps-ktx:5.1.0" + implementation "com.google.maps.android:maps-ktx:5.1.1" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.0" // [END_EXCLUDE silent] }