Skip to content

Commit 1fa02af

Browse files
committed
use flutter 3.22
1 parent 3b2fc3f commit 1fa02af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: subosito/flutter-action@v2
2727
with:
2828
channel: stable
29-
flutter-version: 3.19.x
29+
flutter-version: 3.22.x
3030

3131
- name: Flutter info
3232
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Alternatively, you can use the test server (the db is reset every day):
4343
Install Flutter and all its dependencies, and create a new virtual device:
4444
<https://flutter.dev/docs/get-started/install>.
4545

46-
The app currently uses flutter 3.19
46+
The app currently uses flutter 3.22
4747

4848
### 3
4949
The application will complain about an API key not being set. You can just

0 commit comments

Comments
 (0)