From de058d65a4be007a67b2b6ad65894dd8c6945781 Mon Sep 17 00:00:00 2001 From: Fabian Freund Date: Sun, 22 Feb 2026 08:39:21 +0100 Subject: [PATCH] upgrade flutter and disable impeller for testing --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6fbd676d..8890eb77 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,7 +77,7 @@ jobs: - uses: subosito/flutter-action@v2 with: channel: stable - flutter-version: 3.41.0 + flutter-version: 3.41.2 cache: true - name: Setup Flutter dependencies @@ -88,7 +88,7 @@ jobs: - name: Build APK working-directory: app - run: flutter build apk --release --target-platform android-arm,android-arm64 --split-per-abi --no-tree-shake-icons + run: flutter build apk --release --target-platform android-arm,android-arm64 --split-per-abi --no-tree-shake-icons --no-enable-impeller - name: Build App Bundle if: steps.build-type.outputs.is_prerelease == 'false'