diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..d7e23866 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,10 @@ +{ + "emeraldwalk.runonsave": { + "commands": [ + { + "match": "\\.dart$", + "cmd": "dart run import_sorter:main --no-comments ${fileBasename}" + } + ] + } +} \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index cee10f98..6776ec92 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ publish_to: none # On version bump please also increase: # 1. The build number (for F-Droid) # 2. The version in /snap/snapcraft.yaml -version: 2.5.0+3547 +version: 2.5.0+3550 environment: sdk: ">=3.11.1 <4.0.0"