From 8a2d09d3743b11edbc1ef463bcd2f8eefdf0f6c5 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Thu, 11 Jul 2024 19:05:44 +0300 Subject: [PATCH] switch to use flutter 3.22 --- .github/workflows/build-release.yml | 2 +- .github/workflows/ci.yml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 9f4915c5..d50493af 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -26,7 +26,7 @@ jobs: uses: subosito/flutter-action@v2 with: channel: stable - flutter-version: 3.19.x + flutter-version: 3.22.x - name: Flutter info run: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe3dc96f..42919910 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: uses: subosito/flutter-action@v2 with: channel: 'stable' - flutter-version: '3.19.x' + flutter-version: '3.22.x' - run: dart --version - run: flutter --version diff --git a/README.md b/README.md index cc12af1d..8476a249 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Alternatively, you can use the test server (the db is reset every day): Install Flutter and all its dependencies, and create a new virtual device: . -The app currently uses flutter 3.19 +The app currently uses flutter 3.22 ### 3 The application will complain about an API key not being set. You can just