Skip to content

Commit

Permalink
feat!: Update Firebase iOS SDK version to v11
Browse files Browse the repository at this point in the history
This is a breaking change since the minimum version of iOS and macOS has changed
  • Loading branch information
Salakar committed Sep 19, 2024
1 parent daf2bc9 commit f70413b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@
},
"sdkVersions": {
"ios": {
"firebase": "10.29.0",
"iosTarget": "11.0",
"macosTarget": "10.13"
"firebase": "11.2.0",
"iosTarget": "13.0",
"macosTarget": "10.15"
},
"android": {
"minSdk": 21,
Expand Down

0 comments on commit f70413b

Please sign in to comment.