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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-11-14 07:43:36 +00:00 committed by GitHub
parent e2319338c7
commit 5b04c090fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]