From 5fe6a5ea5d532cd0dcee9fc78951204d61fb4aa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 13:50:51 +0000 Subject: [PATCH] chore(deps): bump play-services-maps from 18.0.2 to 18.1.0 in /tutorials/java/MapWithMarker (#1017) chore(deps): bump play-services-maps in /tutorials/java/MapWithMarker 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/MapWithMarker/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/java/MapWithMarker/app/build.gradle b/tutorials/java/MapWithMarker/app/build.gradle index 0cac1a3f..105387e2 100644 --- a/tutorials/java/MapWithMarker/app/build.gradle +++ b/tutorials/java/MapWithMarker/app/build.gradle @@ -23,7 +23,7 @@ android { // [START maps_android_play_services_maps_dependency] dependencies { - implementation 'com.google.android.gms:play-services-maps:18.0.2' + implementation 'com.google.android.gms:play-services-maps:18.1.0' // [START_EXCLUDE] implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.4.2'