Skip to content

Commit

Permalink
feat(android): bump play-services-location to 21.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
monholm committed Apr 30, 2023
1 parent a8f8f13 commit 87b9916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ dependencies {
}
implementation('com.google.android.gms:play-services-location') {
version {
strictly '[20.0.0, 21.0.0['
prefer '20.0.0'
strictly '[21.0.1, 22.0.0['
prefer '21.0.1'
}
}
implementation('com.google.maps.android:android-maps-utils') {
Expand Down

0 comments on commit 87b9916

Please sign in to comment.