From 291b8fcf2232827c339370ec5cee9539e60749b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 13:58:05 +0000 Subject: [PATCH] chore(deps): bump play-services-maps from 18.0.0 to 18.0.1 in /WearOS (#783) Bumps play-services-maps from 18.0.0 to 18.0.1. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-maps dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- WearOS/Wearable/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WearOS/Wearable/build.gradle b/WearOS/Wearable/build.gradle index 8cee7626..122bd8a4 100644 --- a/WearOS/Wearable/build.gradle +++ b/WearOS/Wearable/build.gradle @@ -51,7 +51,7 @@ dependencies { // [END_EXCLUDE] compileOnly 'com.google.android.wearable:wearable:2.8.1' implementation 'com.google.android.support:wearable:2.8.1' - implementation 'com.google.android.gms:play-services-maps:18.0.0' + implementation 'com.google.android.gms:play-services-maps:18.0.1' // This dependency is necessary for ambient mode implementation 'androidx.wear:wear:1.1.0'