Skip to content

Commit

Permalink
(PC-34334) chore(android): upgrade Google Map SDK to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeissonnier-pass committed Feb 4, 2025
1 parent 305bdb1 commit b1ed656
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
}


Expand Down

0 comments on commit b1ed656

Please sign in to comment.