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"