From f907dc657839e936b93b91111ba61e2eb99503a2 Mon Sep 17 00:00:00 2001 From: stonegate Date: Thu, 16 Jul 2020 18:31:45 +0800 Subject: [PATCH] Enable obfuscate in build. --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 536c2de..b9f3038 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ version: 2 jobs: - build: + build: docker: - image: cirrusci/flutter:beta @@ -20,9 +20,9 @@ jobs: - run: dart tool/env.dart - run: name: Build the Android version - command: flutter build appbundle --no-shrink + command: flutter build appbundle --obfuscate --split-debug-info=debug/ - run: name: Build the Android apk - command: flutter build apk --split-per-abi --no-shrink + command: flutter build apk --split-per-abi --obfuscate --split-debug-info=debug/ - store_artifacts: - path: build/app/outputs/ \ No newline at end of file + path: build/app/outputs/