feat(shorebird_cli): support for shorebird build apk (#311)

This commit is contained in:
Felix Angelov
2023-04-18 16:17:58 -05:00
committed by GitHub
parent 8ac7d00c78
commit c5fc7ed42e
14 changed files with 332 additions and 41 deletions
+5 -1
View File
@@ -274,7 +274,11 @@ Would you like to continue? (y/N) Yes
Build a new release of your application using the `shorebird build` command:
```bash
shorebird build
# Build an AppBundle
shorebird build appbundle
# Build an APK
shorebird build apk
```
### List Channels