1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-10 04:23:21 +00:00

experiment to check if exact version fixes build error

This commit is contained in:
✨ Audrey ✨
2023-11-17 15:44:15 -05:00
parent 8221f3b6f3
commit e44c8ce7f3

7
global.json Normal file
View File

@@ -0,0 +1,7 @@
{
"sdk": {
"version": "7.0.100",
"rollForward": "latestPatch",
"allowPrerelease": false
}
}