Skip to content

Commit

Permalink
Use 3.24.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
burhanrashid52 committed Nov 8, 2024
1 parent 3e6485b commit 65eeab2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.22.0",
"flutterSdkVersion": "3.24.0",
"flavors": {}
}
2 changes: 1 addition & 1 deletion .github/workflows/android-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: ⚙️ Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.22.0"
flutter-version: "3.24.0"
channel: 'stable'
cache: true
id: flutter
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: ⚙️ Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.22.0"
flutter-version: "3.24.0"
channel: 'stable'
cache: true
id: flutter
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.10.0'
flutter-version: '3.24.0'
channel: 'stable'
- run: flutter --version

Expand Down

0 comments on commit 65eeab2

Please sign in to comment.