chore(deps): bump com.google.android.libraries.places:places from 3.0.0 to 3.1.0 in /tutorials/kotlin/CurrentPlaceDetailsOnMap (#1236)

chore(deps): bump com.google.android.libraries.places:places

Bumps com.google.android.libraries.places:places from 3.0.0 to 3.1.0.

---
updated-dependencies:
- dependency-name: com.google.android.libraries.places:places
  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] 2023-04-17 14:02:47 +00:00 committed by GitHub
parent 104a392807
commit 35dffd6b5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ dependencies {
})
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.gms:play-services-maps:18.1.0'
implementation 'com.google.android.libraries.places:places:3.0.0'
implementation 'com.google.android.libraries.places:places:3.1.0'
implementation 'com.android.volley:volley:1.2.1'
testImplementation'junit:junit:4.13.2'
implementation "androidx.core:core-ktx:1.10.0"