From 3d319402e2290ef422942e32f75aa3b2da797fac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 19:06:11 +0000 Subject: [PATCH] Bump play-services-location from 18.0.0 to 21.0.1 Bumps play-services-location from 18.0.0 to 21.0.1. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-location dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- main/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/build.gradle b/main/build.gradle index c6346037fd4..13bf8be4473 100644 --- a/main/build.gradle +++ b/main/build.gradle @@ -353,7 +353,7 @@ dependencies { implementation 'com.squareup.okhttp3:okhttp:4.9.1' // Play Services - implementation 'com.google.android.gms:play-services-location:18.0.0' + implementation 'com.google.android.gms:play-services-location:21.0.1' implementation 'com.google.android.gms:play-services-maps:17.0.1' // somehow there is a transitive play service dependency which we don't want configurations.all*.exclude module: "play-services-measurement"