diff --git a/android/app/build.gradle b/android/app/build.gradle index ef997f72790..26ff49ba256 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -224,7 +224,8 @@ dependencies { implementation "com.google.firebase:firebase-messaging:22.0.0" // firebase - batch implementation 'com.batch.android:firebase-dispatcher:2.0.0' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0' // for google-signin - implementation 'com.google.android.gms:play-services-location:21.0.1' // for google map android + implementation 'com.google.android.gms:play-services-location:21.3.0' // Location Services for Android + implementation("com.google.android.gms:play-services-maps:19.0.0") // Maps SDK for Android }