drone also build android apk (aar app bundle needed?)

This commit is contained in:
Dan Ballard 2021-05-03 11:56:26 -07:00
parent c5b6b794fa
commit b5ce2608fe
1 changed files with 2 additions and 0 deletions

View File

@ -48,9 +48,11 @@ steps:
path: /root/.pub-cache
commands:
- flutter build appbundle
- flutter build apk
# or build apk --split-per-abi ?
- mkdir deploy/android
- cp build/app/outputs/bundle/release/app-release.aab deploy/android
- cp build/app/outputs/apk/release/app-release.apk deploy/android
- name: widget-tests
image: cirrusci/flutter:dev