mirror of
https://github.com/immich-app/immich.git
synced 2025-01-21 00:52:43 -05: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
|
||||
|
||||
# FVM Version Cache
|
||||
.fvm/
|
||||
.fvm/flutter_sdk
|
||||
|
|
Loading…
Add table
Reference in a new issue