From 5a262b6b3a52bde5ddf7f953cad4b4fb3986da30 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2020 17:19:40 +0000 Subject: [PATCH] chore(deps): bump play-services-basement in /ApiDemos/kotlin Bumps play-services-basement from 17.3.0 to 17.4.0. Signed-off-by: dependabot-preview[bot] --- ApiDemos/kotlin/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApiDemos/kotlin/app/build.gradle b/ApiDemos/kotlin/app/build.gradle index 0b73bb7a..fb9512ab 100644 --- a/ApiDemos/kotlin/app/build.gradle +++ b/ApiDemos/kotlin/app/build.gradle @@ -62,7 +62,7 @@ dependencies { // V3 v3Implementation 'com.google.android.libraries.maps:maps:3.1.0-beta' - v3Implementation 'com.google.android.gms:play-services-basement:17.3.0' + v3Implementation 'com.google.android.gms:play-services-basement:17.4.0' v3Implementation 'com.google.android.gms:play-services-base:17.3.0' v3Implementation 'com.google.android.gms:play-services-gcm:17.0.0' v3Implementation 'com.google.android.gms:play-services-location:17.0.0'