Update fvm

iOS
mlch911 7 months ago
parent 94682671bf
commit 2d39a93c0b

@ -1,4 +1,3 @@
{ {
"flutterSdkVersion": "1.22.6", "flutterSdkVersion": "1.22.6"
"flavors": {}
} }

@ -0,0 +1,4 @@
{
"flutter": "1.22.6",
"flavors": {}
}

4
.gitignore vendored

@ -30,7 +30,6 @@
.pub-cache/ .pub-cache/
.pub/ .pub/
/build/ /build/
.fvm/flutter_sdk
android/app/release/app-release.apk android/app/release/app-release.apk
android/app/release/output.json android/app/release/output.json
pubspec.lock pubspec.lock
@ -44,3 +43,6 @@ app.*.symbols
# Obfuscation related # Obfuscation related
app.*.map.json app.*.map.json
ios/fastlane/report.xml ios/fastlane/report.xml
# FVM Version Cache
.fvm/
Loading…
Cancel
Save