From 755d03b7ce87c89374f1213d1696f566b814fe4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 07:45:16 +0000 Subject: [PATCH] chore(deps): bump play-services-base from 17.2.1 to 17.6.0 Bumps play-services-base from 17.2.1 to 17.6.0. Signed-off-by: dependabot[bot] --- 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 e071c19d3..8c23adae5 100644 --- a/library-v3/build.gradle +++ b/library-v3/build.gradle @@ -45,7 +45,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.1.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'