From 87ca0e81fa2e2575e31fd89ab6845e3734a65938 Mon Sep 17 00:00:00 2001 From: stonegate Date: Thu, 16 Jul 2020 19:23:55 +0800 Subject: [PATCH] modified: .circleci/config.yml --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b9f3038..195f746 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,9 +20,9 @@ jobs: - run: dart tool/env.dart - run: name: Build the Android version - command: flutter build appbundle --obfuscate --split-debug-info=debug/ + command: flutter build appbundle --no-shirink --obfuscate --split-debug-info=debug/ - run: name: Build the Android apk - command: flutter build apk --split-per-abi --obfuscate --split-debug-info=debug/ + command: flutter build apk --split-per-abi --no-shrink --obfuscate --split-debug-info=debug/ - store_artifacts: path: build/app/outputs/