Skip to content

Commit 904965b

Browse files
committed
chore(app, ios): specific precise version of ios sdk
Tests are performed with specific versions, so a minor version range even is not truly correct Side effect is that this variable is now useful for git references without parsing Override testing was performed, if you override the FirebaseSDKVersion it still performs correctly
1 parent 29d797d commit 904965b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
},
6363
"sdkVersions": {
6464
"ios": {
65-
"firebase": "~> 7.6.0"
65+
"firebase": "7.6.0"
6666
},
6767
"android": {
6868
"minSdk": 16,

0 commit comments

Comments
 (0)