Skip to content

Commit

Permalink
Merge pull request #67 from thelooter/feat/flutter-3.24.1
Browse files Browse the repository at this point in the history
Update to Flutter 3.24.1
  • Loading branch information
thelooter authored Aug 27, 2024
2 parents d87b3d1 + 134a607 commit 5ad99d3
Show file tree
Hide file tree
Showing 4 changed files with 134 additions and 105 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:

- uses: subosito/flutter-action@v2
with:
flutter-version: "3.19.6"
flutter-version: "3.24.1"
channel: 'stable'
cache: true

Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:

- uses: subosito/flutter-action@v1
with:
flutter-version: "3.19.6"
flutter-version: "3.24.1"
channel: 'stable'
cache: true

Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"files.exclude": {
"**/*.g.dart": true
},
"dart.flutterSdkPath": ".fvm/versions/3.19.5"
"dart.flutterSdkPath": ".fvm/versions/3.24.1"
}
Loading

0 comments on commit 5ad99d3

Please sign in to comment.