Skip to content

Commit

Permalink
cd: increment flutter version
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Nov 22, 2023
1 parent 42dd4d6 commit 82593f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .fvm/fvm_config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"flutterSdkVersion": "3.10.0",
"flutterSdkVersion": "3.16.0",
"flavors": {}
}
2 changes: 1 addition & 1 deletion .github/workflows/spotube-release-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
default: true

env:
FLUTTER_VERSION: '3.13.2'
FLUTTER_VERSION: '3.16.0'

jobs:
windows:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Enhancement suggestions are tracked as [GitHub issues](https://github.com/KRTirt

Do the following:

- Download the latest Flutter SDK (>=3.10.0) & enable desktop support
- Download the latest Flutter SDK (>=3.16.0) & enable desktop support
- Install Development dependencies in linux
- Debian (>=12/Bookworm)/Ubuntu
```bash
Expand Down

0 comments on commit 82593f1

Please sign in to comment.