Skip to content

Commit

Permalink
fix(fixed): upgrade play-service-location to 21.0.1 to fix crashh iss…
Browse files Browse the repository at this point in the history
…ue on Android while descovery (#172)
  • Loading branch information
tr3v3r authored Aug 14, 2024
1 parent 7e93195 commit d32dbc1
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 @@ -82,7 +82,7 @@ dependencies {
// For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
//noinspection GradleDynamicVersion
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation 'com.google.android.gms:play-services-location:17.1.0'
implementation 'com.google.android.gms:play-services-location:21.0.1'
implementation "com.facebook.react:react-native:+"
}

0 comments on commit d32dbc1

Please sign in to comment.