mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-27 15:07:45 +00:00
chore(mobile): Corrects FVM gitignore and sets Flutter version to 3.16.9 (#6775)
Corrects FVM gitignore and sets Flutter version to 3.16.9
This commit is contained in:
parent
417a35189d
commit
8864d07782
2 changed files with 5 additions and 1 deletions
4
mobile/.fvm/fvm_config.json
Normal file
4
mobile/.fvm/fvm_config.json
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"flutterSdkVersion": "3.16.9",
|
||||||
|
"flavors": {}
|
||||||
|
}
|
||||||
2
mobile/.gitignore
vendored
2
mobile/.gitignore
vendored
|
|
@ -55,4 +55,4 @@ default.isar.lock
|
||||||
libisar.so
|
libisar.so
|
||||||
|
|
||||||
# FVM Version Cache
|
# FVM Version Cache
|
||||||
.fvm/
|
.fvm/flutter_sdk
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue