From a68d71d346a721b6d33494a2eeafb8b053172921 Mon Sep 17 00:00:00 2001 From: stonegate Date: Fri, 8 May 2020 19:43:57 +0800 Subject: [PATCH] modified: .circleci/config.yml --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 61f4930..59f27c6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,5 +19,8 @@ jobs: - run: name: Build the Android version command: flutter build appbundle --no-shrink + - run: + name: BUild the Android apks + command: flutter build build apk --split-per-abi --no-shrink - store_artifacts: path: build/app/outputs/ \ No newline at end of file