From 4720cccbd9ed1ad5a82566d7087ec2066bf79257 Mon Sep 17 00:00:00 2001 From: Vadim <44135514+vodemn@users.noreply.github.com> Date: Sun, 11 Feb 2024 20:51:56 +0100 Subject: [PATCH] Update README.md --- README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index b5ef345..8294959 100644 --- a/README.md +++ b/README.md @@ -75,17 +75,8 @@ Out of the box Firebase Crashlytics won't work. If you want to add Crashlytics t ### 4. Build -#### Android - -You can build an apk by running the following command from the root of the repository: - -```console -flutter build apk --release --flavor dev --dart-define cameraPreviewAspectRatio=240/320 -t lib/main_dev.dart -``` - -### iOS - -TBD +- Checkout [Build .apk](.github/workflows/build_apk.yml) workflow for Android +- Checkout [Build .ipa](.github/workflows/build_ipa.yml) workflow for iOS # Support