From 12627d30bd87a95105ac786066340c1aabb801cb Mon Sep 17 00:00:00 2001 From: noelchew Date: Sun, 1 Oct 2023 22:03:34 +0800 Subject: [PATCH] Updated Google Play Location Services SDK - com.google.android.gms:play-services-location:20.0.0 -> 21.0.1 --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 516aa77..c1e6858 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -69,7 +69,7 @@ dependencies { implementation 'androidx.activity:activity-ktx:1.4.0' /* Google Services Api */ - implementation 'com.google.android.gms:play-services-location:20.0.0' + implementation 'com.google.android.gms:play-services-location:21.0.1' /* Coroutines */ implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.2'