diff --git a/.github/workflows/release_android.yaml b/.github/workflows/release_android.yaml index 51cef86..5595fd8 100644 --- a/.github/workflows/release_android.yaml +++ b/.github/workflows/release_android.yaml @@ -14,7 +14,7 @@ jobs: uses: subosito/flutter-action@v2 with: channel: 'stable' - flutter-version: 3.19.6 + flutter-version: 3.22.2 cache: true cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:' # optional, change this to force refresh cache cache-path: '${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:' # optional, change this to specify the cache path