Skip to content

Commit

Permalink
bump Flutter version
Browse files Browse the repository at this point in the history
  • Loading branch information
Varnius committed Aug 26, 2024
1 parent 907f0a4 commit 0b5a4a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-android-apk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.7.10'
flutter-version: '3.24.1'
channel: 'stable'

- run: pushd example; flutter pub get
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-ios-ipa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.7.10'
flutter-version: '3.24.1'
channel: 'stable'
architecture: x64

Expand Down

0 comments on commit 0b5a4a9

Please sign in to comment.