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
…#4792)

minor version bumps for underlying firebase sdks on ios and android
  • Loading branch information
mikehardy authored Jan 18, 2021
1 parent cc2e4af commit f915c82
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

1 comment on commit f915c82

@vercel
Copy link

@vercel vercel bot commented on f915c82 Jan 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.