diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 50806e487..f04268245 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -45,6 +45,9 @@ jobs: - name: Install dependencies run: flutter pub get + - name: Modify applicationIdSuffix + run: sed -i 's/applicationIdSuffix ".release"/applicationIdSuffix ".snapshot"/' android/app/build.gradle + - name: Build APKs run: flutter build apk --target-platform android-arm,android-arm64 --release --split-per-abi -v