From b1ed656b5cd714112a88aaba15aa7427ab716774 Mon Sep 17 00:00:00 2001 From: Mathieu Meissonnier <173043140+mmeissonnier-pass@users.noreply.github.com> Date: Tue, 4 Feb 2025 12:22:02 +0100 Subject: [PATCH] (PC-34334) chore(android): upgrade Google Map SDK to v19 --- android/app/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }