Skip to content

Commit

Permalink
feat(app): bump SDKs: firebase-android-sdk 28.1.0 / firebase-ios-sdk …
Browse files Browse the repository at this point in the history
…8.1.1

Very important on the firebase-ios-sdk to avoid App Store Rejection:
firebase/firebase-ios-sdk#8222
  • Loading branch information
mikehardy committed Jun 11, 2021
1 parent 4917f8c commit 5273aea
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 121 deletions.
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@
},
"sdkVersions": {
"ios": {
"firebase": "8.0.0"
"firebase": "8.1.1"
},
"android": {
"minSdk": 16,
"targetSdk": 30,
"compileSdk": 30,
"buildTools": "30.0.2",
"firebase": "28.0.1",
"firebase": "28.1.0",
"playServicesAuth": "19.0.0"
}
}
Expand Down
Loading

0 comments on commit 5273aea

Please sign in to comment.