Skip to content

Commit

Permalink
Merge 703c881 into b4fb976
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy authored Jan 18, 2021
2 parents b4fb976 + 703c881 commit 2f2f6b3
Show file tree
Hide file tree
Showing 4 changed files with 155 additions and 158 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
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.3.0'
$FirebaseSDKVersion = '7.4.0'

require_relative '../node_modules/react-native/scripts/react_native_pods'
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
Expand Down
Loading

0 comments on commit 2f2f6b3

Please sign in to comment.