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 bf44652
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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

0 comments on commit bf44652

Please sign in to comment.