Commit c8e2d64
committed
fix: ignore nil or empty $FacebookSDKVersion override
Guard the override on a non-empty value so a nil/blank
$FacebookSDKVersion (e.g. from a missing env var) falls back to the
default `>= 17.0.2, < 19.0` range instead of dropping the version cap.
Scanned-by: gitleaks 8.29.01 parent 77868cb commit c8e2d64
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments