SendMessageToGroupError + Cwtch Version Bump #76

Merged
erinn merged 4 commits from groups into trunk 2021-05-11 00:46:57 +00:00
1 changed files with 5 additions and 5 deletions
Showing only changes of commit 0118185204 - Show all commits

View File

@ -74,14 +74,14 @@ steps:
- echo $upload_jks_file_b64 > upload-keystore.jks.b64
- base64 -i --decode upload-keystore.jks.b64 > android/app/upload-keystore.jks
- sed -i "s/%jks-password%/$upload_jks_pass/g" android/key.properties
- flutter build appbundle --debug
- flutter build appbundle
# cant do debug for final release, this is just a stop gap
- flutter build apk --debug
- 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
- cp build/app/outputs/flutter-apk/app-debug.apk deploy/android
- cp build/app/outputs/bundle/release/app-release.aab deploy/android
- cp build/app/outputs/apk/release/app-release.apk deploy/android
#- cp build/app/outputs/flutter-apk/app-debug.apk deploy/android
- name: widget-tests
image: cirrusci/flutter:dev