From 6c2ef57376c8bb2a7bc71722570ac1d3ca8cf36b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 17:00:44 -0800 Subject: [PATCH] chore(deps): bump com.google.maps.android:places-ktx from 3.0.0 to 3.1.1 in /snippets (#1473) chore(deps): bump com.google.maps.android:places-ktx in /snippets Bumps [com.google.maps.android:places-ktx](https://github.com/googlemaps/android-places-ktx) from 3.0.0 to 3.1.1. - [Release notes](https://github.com/googlemaps/android-places-ktx/releases) - [Changelog](https://github.com/googlemaps/android-places-ktx/blob/main/.releaserc) - [Commits](https://github.com/googlemaps/android-places-ktx/compare/v3.0.0...v3.1.1) --- updated-dependencies: - dependency-name: com.google.maps.android:places-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> --- snippets/app-places-ktx/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/app-places-ktx/build.gradle b/snippets/app-places-ktx/build.gradle index 904dd7fe..08b8162b 100644 --- a/snippets/app-places-ktx/build.gradle +++ b/snippets/app-places-ktx/build.gradle @@ -49,7 +49,7 @@ dependencies { // [END_EXCLUDE] // KTX for the Places SDK for Android library - implementation 'com.google.maps.android:places-ktx:3.0.0' + implementation 'com.google.maps.android:places-ktx:3.1.1' } // [END places_android_ktx_install_snippet]