From f6908d46641083594bf48b9c3ace1dbf4ddbbac1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 16:46:55 +0000 Subject: [PATCH] Bump play-services-location from 17.1.0 to 18.0.0 Bumps play-services-location from 17.1.0 to 18.0.0. Signed-off-by: dependabot-preview[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f0eddb6..d6ce202 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -64,7 +64,7 @@ dependencies { implementation 'com.github.GrenderG:Toasty:1.4.2' implementation 'com.google.android.libraries.places:places:2.4.0' implementation 'com.google.android.gms:play-services-maps:17.0.1' - implementation 'com.google.android.gms:play-services-location:17.1.0' + implementation 'com.google.android.gms:play-services-location:18.0.0' implementation 'com.github.arcadefire:nice-spinner:1.4.4' implementation "com.airbnb.android:lottie:3.7.0"