From c79ac6c2e6619e3378f25f431c956a5b73d4a63e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 20:32:24 +0000 Subject: [PATCH] Bump com.google.android.gms:play-services-location from 18.0.0 to 21.3.0 Bumps com.google.android.gms:play-services-location from 18.0.0 to 21.3.0. --- 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] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f5b34b6d..4feba403 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -101,7 +101,7 @@ android { //for image compression implementation 'me.shaohui.advancedluban:library:1.3.5' implementation 'com.nex3z:notification-badge:1.0.5' - implementation 'com.google.android.gms:play-services-location:18.0.0' + implementation 'com.google.android.gms:play-services-location:21.3.0' implementation 'com.google.android.gms:play-services-maps:17.0.1' implementation('com.github.ozodrukh:CircularReveal:1.3.1@aar') { transitive = true } implementation 'com.mikhaellopez:circularprogressbar:2.0.0'