diff --git a/.circleci/config.yml b/.circleci/config.yml index 1bcf593..2b3afb8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,7 @@ jobs: - run: name: Build the Android version - command: flutter build apk --split-per-abi + command: flutter build apk --split-per-abi --no-shrink - store_artifacts: path: build/app/outputs/apk/release/ \ No newline at end of file