Skip to content

Commit

Permalink
use latest play services version 21.0.1 (#249)
Browse files Browse the repository at this point in the history
Thanks, I'll test this out and include in the next version
  • Loading branch information
marchinram authored Jul 21, 2023
1 parent 7de1d36 commit 3a8c1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ repositories {
dependencies {
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+'
implementation 'com.google.android.gms:play-services-location:20.0.0'
implementation 'com.google.android.gms:play-services-location:21.0.1'
}

if (isNewArchitectureEnabled()) {
Expand Down

0 comments on commit 3a8c1b7

Please sign in to comment.