From 6ab46d2367e44f7af49531479a3da802810fd9f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jan 2022 21:18:18 +0000 Subject: [PATCH] Bump play-services-maps from 17.0.1 to 18.0.2 Bumps play-services-maps from 17.0.1 to 18.0.2. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-maps 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 0e2cf2983de..46f99c4e514 100644 --- a/main/build.gradle +++ b/main/build.gradle @@ -369,7 +369,7 @@ dependencies { // Play Services implementation 'com.google.android.gms:play-services-location:19.0.1' - implementation 'com.google.android.gms:play-services-maps:17.0.1' + implementation 'com.google.android.gms:play-services-maps:18.0.2' // somehow there is a transitive play service dependency which we don't want configurations.all*.exclude module: "play-services-measurement"