chore(deps): bump play-services-maps from 18.0.2 to 18.1.0 in /tutorials/java/Polygons (#1016)

chore(deps): bump play-services-maps in /tutorials/java/Polygons

Bumps play-services-maps from 18.0.2 to 18.1.0.

---
updated-dependencies:
- dependency-name: com.google.android.gms:play-services-maps
  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] 2022-07-25 13:43:22 +00:00 committed by GitHub
parent 62aea34c0e
commit 60e8e06a35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'com.google.android.gms:play-services-maps:18.0.2'
implementation 'com.google.android.gms:play-services-maps:18.1.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'