modified: .circleci/config.yml

This commit is contained in:
stonegate 2020-07-16 19:24:13 +08:00
parent 87ca0e81fa
commit 65c22d7f61
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
- run: dart tool/env.dart
- run:
name: Build the Android version
command: flutter build appbundle --no-shirink --obfuscate --split-debug-info=debug/
command: flutter build appbundle --no-shrink --obfuscate --split-debug-info=debug/
- run:
name: Build the Android apk
command: flutter build apk --split-per-abi --no-shrink --obfuscate --split-debug-info=debug/