Skip to content

Commit 8a2d09d

Browse files
committed
switch to use flutter 3.22
1 parent 02961c4 commit 8a2d09d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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: |

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: subosito/flutter-action@v2
2020
with:
2121
channel: 'stable'
22-
flutter-version: '3.19.x'
22+
flutter-version: '3.22.x'
2323

2424
- run: dart --version
2525
- run: flutter --version

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)