From bfdaee1689d74270b7b3eb340559a066cd9aa4dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 13:13:01 +0000 Subject: [PATCH] chore(deps): bump play-services-maps from 18.0.2 to 18.1.0 in /tutorials/java/CurrentPlaceDetailsOnMap (#1010) chore(deps): bump play-services-maps 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle b/tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle index 2988751a..5c3fdc37 100644 --- a/tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle +++ b/tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle @@ -30,7 +30,7 @@ dependencies { exclude group: 'com.android.support', module: 'support-annotations' }) 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' implementation 'com.google.android.libraries.places:places:2.6.0' implementation 'com.android.volley:volley:1.2.1' testImplementation'junit:junit:4.12'