Skip to content

Commit

Permalink
feat(app, ios): bump firebase-ios-sdk to 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Dec 3, 2020
1 parent 2493600 commit fd66684
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 102 deletions.
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"sdkVersions": {
"ios": {
"firebase": "~> 7.1.0"
"firebase": "~> 7.2.0"
},
"android": {
"minSdk": 16,
Expand Down
2 changes: 1 addition & 1 deletion tests/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ platform :ios, '10.0'
$RNFirebaseAsStaticFramework = false

# Version override testing
$FirebaseSDKVersion = '7.1.0'
$FirebaseSDKVersion = '7.2.0'

require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'

Expand Down
Loading

0 comments on commit fd66684

Please sign in to comment.