Skip to content

Commit

Permalink
feat(app, sdks): firebase-ios-sdk 7.4.0 / firebase-android-sdk 26.3.0
Browse files Browse the repository at this point in the history
minor version bumps for underlying firebase sdks on ios and android
  • Loading branch information
mikehardy committed Jan 18, 2021
1 parent b4fb976 commit e34facc
Showing 1 changed file with 2 additions and 2 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": "~> 7.3.0"
"firebase": "~> 7.4.0"
},
"android": {
"minSdk": 16,
"targetSdk": 30,
"compileSdk": 30,
"buildTools": "30.0.2",
"firebase": "26.2.0",
"firebase": "26.3.0",
"playServicesAuth": "19.0.0"
}
}
Expand Down

0 comments on commit e34facc

Please sign in to comment.