Skip to content

Commit

Permalink
feat(app): bump firebase-android-sdk / firebase-ios-sdk versions
Browse files Browse the repository at this point in the history
firebase-android-sdk goes to 26.2.0
firebase-ios-sdk goes to 7.3.0

Note that if you pod update, Firebase/DynamicLinks will go to 7.3.1 as
they fixed a regression from 7.3.0 with a special
release of just that package
  • Loading branch information
mikehardy committed Dec 17, 2020
1 parent 09c5fc7 commit cd5a451
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 115 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.2.0"
"firebase": "~> 7.3.0"
},
"android": {
"minSdk": 16,
"targetSdk": 30,
"compileSdk": 30,
"buildTools": "30.0.2",
"firebase": "26.1.1",
"firebase": "26.2.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.2.0'
$FirebaseSDKVersion = '7.3.0'

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

Expand Down
Loading

0 comments on commit cd5a451

Please sign in to comment.