From e28760cfcda223fa78f29eef4a9a758124cb7b07 Mon Sep 17 00:00:00 2001 From: Chris Arriola Date: Thu, 25 Mar 2021 10:49:25 -0700 Subject: [PATCH] chore: Remove transitive dependencies. (#490) --- ApiDemos/kotlin/app/build.gradle | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ApiDemos/kotlin/app/build.gradle b/ApiDemos/kotlin/app/build.gradle index 008534b8..513b6943 100644 --- a/ApiDemos/kotlin/app/build.gradle +++ b/ApiDemos/kotlin/app/build.gradle @@ -54,10 +54,6 @@ dependencies { // V3 v3Implementation 'com.google.android.libraries.maps:maps:3.1.0-beta' - v3Implementation 'com.google.android.gms:play-services-basement:17.6.0' - v3Implementation 'com.google.android.gms:play-services-base:17.6.0' - v3Implementation 'com.google.android.gms:play-services-gcm:17.0.0' - v3Implementation 'com.google.android.gms:play-services-location:18.0.0' // Below is used to run the easypermissions library to manage location permissions // EasyPermissions is needed to help us request for permission to access location