From c744b0776549c25b898d5f17195c59844e935efc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 07:52:53 +0000 Subject: [PATCH] chore(deps): bump play-services-base from 17.2.1 to 17.6.0 (#846) Bumps play-services-base from 17.2.1 to 17.6.0. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- library-v3/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library-v3/build.gradle b/library-v3/build.gradle index cea4c7326..cc85f9947 100644 --- a/library-v3/build.gradle +++ b/library-v3/build.gradle @@ -45,7 +45,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'com.google.android.libraries.maps:maps:3.1.0-beta' implementation 'com.google.android.gms:play-services-basement:17.6.0' - implementation 'com.google.android.gms:play-services-base:17.2.1' + implementation 'com.google.android.gms:play-services-base:17.6.0' implementation 'com.google.android.gms:play-services-gcm:17.0.0' implementation 'com.google.android.gms:play-services-location:18.0.0'