From 5b04c090fe1279ebca364e22bbb86630b906136c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 07:43:36 +0000 Subject: [PATCH] chore(deps): bump com.google.maps.android:places-ktx from 2.0.0 to 3.0.0 in /snippets (#1383) 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 2.0.0 to 3.0.0. - [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/v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: com.google.maps.android:places-ktx dependency-type: direct:production update-type: version-update:semver-major ... 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 bae78609..904dd7fe 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:2.0.0' + implementation 'com.google.maps.android:places-ktx:3.0.0' } // [END places_android_ktx_install_snippet]