From 678e922f57004c34daee56d2c969ea05a92da31b Mon Sep 17 00:00:00 2001 From: guoshuyu <359369982@qq.com> Date: Wed, 22 Nov 2023 11:03:58 +0800 Subject: [PATCH] update ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7783ee..4281ff7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: java-version: 17 - uses: subosito/flutter-action@v1 with: - flutter-version: '3.10.1' + flutter-version: '3.16.0' - run: flutter pub get - run: flutter build apk @@ -43,7 +43,7 @@ jobs: java-version: 17 - uses: subosito/flutter-action@v1 with: - flutter-version: '3.10.1' + flutter-version: '3.16.0' - run: flutter pub get - run: flutter build apk --target-platform android-arm64 - name: Upload APK