mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-07 09:20:04 +01:00
0723999652
* PM-4857 Hide "Allow screen capture" on iOS * PM-4857 Try to fix FDroid build by forcing .NET 7 * PM-4857 Try to fix FDroid build by forcing .NET 7, adding rollForward and disable allowPrerelease to the global json * PM-4857 Changed global.json to use 7.0.400 so FDroid pass in CI
7 lines
107 B
JSON
7 lines
107 B
JSON
{
|
|
"sdk": {
|
|
"version": "7.0.400",
|
|
"rollForward": "latestPatch",
|
|
"allowPrerelease": false
|
|
}
|
|
} |