mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #206 from JohnTheGr8/sdk_pinning
add global.json to pin SDK version
This commit is contained in:
commit
be08cd3ba7
1 changed files with 6 additions and 0 deletions
6
global.json
Normal file
6
global.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"sdk": {
|
||||
"version": "3.1.201",
|
||||
"rollForward": "latestFeature"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue