diff --git a/main/build.gradle b/main/build.gradle index 39750ddbcab..c7ae02fe07c 100644 --- a/main/build.gradle +++ b/main/build.gradle @@ -396,7 +396,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.1.0' // somehow there is a transitive play service dependency which we don't want configurations.all*.exclude module: "play-services-measurement"