diff --git a/main/build.gradle b/main/build.gradle index d38d8a3991a..904fe933e70 100644 --- a/main/build.gradle +++ b/main/build.gradle @@ -436,7 +436,7 @@ dependencies { // Play Services implementation 'com.google.android.gms:play-services-location:21.3.0' - implementation 'com.google.android.gms:play-services-maps:19.2.0' + implementation 'com.google.android.gms:play-services-maps:20.0.0' // somehow there is a transitive play service dependency which we don't want configurations.all*.exclude module: "play-services-measurement"