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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-02-09 17:00:44 -08:00 committed by GitHub
parent 588287af6e
commit 6c2ef57376
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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