From 78aa823dc8f3321ff7e5a292b944b0f7c978744f Mon Sep 17 00:00:00 2001 From: Jason Rhinelander Date: Mon, 18 Apr 2022 20:04:56 -0300 Subject: [PATCH] README build updates --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fe47744..214c8ef 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,12 @@ The Oxen Wallet is a Fork of the Cake Wallet. flutter pub get ``` -2. Run the build_runner +2. Run the build_runner to create generated dependency files: ```shell script - flutter pub run build_runner build + flutter pub run build_runner build --delete-conflicting-outputs ``` -3. To download the latest build of the Oxen Dependencies run +3. To download the latest build of the Oxen Dependencies run: ``` ./tool/download-android-deps.sh https://oxen.rocks/oxen-io/oxen-core/oxen-stable-android-deps-LATEST.tar.xz ./tool/download-ios-deps.sh https://oxen.rocks/oxen-io/oxen-core/oxen-stable-ios-deps-LATEST.tar.xz @@ -42,6 +42,16 @@ The Oxen Wallet is a Fork of the Cake Wallet. flutter run ``` + or build APKs with: + ```shell script + flutter build apk --split-per-abi + ``` + + or build an .aab (for Google Play Store) with: + ```shell script + flutter build appbundle + ``` + ## Copyright Copyright (c) 2020 Konstantin Ullrich.\ Copyright (c) 2020 Cake Technologies LLC.