Skip to content

Commit

Permalink
upgrade play-services-location
Browse files Browse the repository at this point in the history
  • Loading branch information
hilat-autofleet committed Sep 3, 2024
1 parent 82e9cbf commit a40aa58
Show file tree
Hide file tree
Showing 6 changed files with 24,804 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/client/Locomotion/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ android {
}

dependencies {

implementation 'com.google.android.gms:play-services-location:21.3.0'
implementation platform('com.google.firebase:firebase-bom:30.2.0')
implementation 'org.jetbrains:annotations:16.0.2'
// When using the BoM, you don't specify versions in Firebase library dependencies
Expand Down
1 change: 1 addition & 0 deletions examples/client/Locomotion/android/app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
# Add any project specific keep options here:

-keep class com.locomotion.BuildConfig { *; }
-keep class com.google.android.gms.location.** { *; }
18 changes: 13 additions & 5 deletions examples/client/Locomotion/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/client/Locomotion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"react-native-linear-gradient": "^2.5.6",
"react-native-localize": "^3.0.2",
"react-native-location": "^2.5.0",
"react-native-maps": "^1.4.0",
"react-native-maps": "^1.15.3",
"react-native-markdown-display": "^7.0.0-alpha.2",
"react-native-modal": "^13.0.1",
"react-native-onesignal": "^4.3.9",
Expand Down Expand Up @@ -141,4 +141,4 @@
"jest": {
"preset": "react-native"
}
}
}
Loading

0 comments on commit a40aa58

Please sign in to comment.