Skip to content

Commit

Permalink
Merge pull request #372 from AdevintaSpain/upgrade-play-services-loca…
Browse files Browse the repository at this point in the history
…tion-version

Update to last play-services-location version
  • Loading branch information
etorralbo committed Feb 22, 2023
2 parents 070277e + cb70912 commit add9d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leku/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dependencies {
implementation ("com.google.android.gms:play-services-maps:$playServicesVersion") {
exclude group: "com.android.support"
}
implementation ("com.google.android.gms:play-services-location:20.0.0") {
implementation ("com.google.android.gms:play-services-location:21.0.1") {
exclude group: "com.android.support"
}

Expand Down

0 comments on commit add9d5b

Please sign in to comment.