Commit 48a1d84 1 parent f8d7bc5 commit 48a1d84 Copy full SHA for 48a1d84
File tree 2 files changed +1
-6
lines changed
2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -101,11 +101,6 @@ scripts:
101
101
run : cd app && flutter run
102
102
description : " Run encointer_wallet on an iOS platform"
103
103
104
- # Build apk and appbundle Encointer Wallet
105
- build-apk-fdroid :
106
- run : cd app && flutter build apk --flavor fdroid
107
- description : " Build an APK file"
108
-
109
104
# Build apk for androids splitted per Application Binary Interface (abi)
110
105
build-apk-split :
111
106
run : cd app && flutter build apk --split-per-abi --flavor dev
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ set -exuo pipefail
11
11
cd app
12
12
13
13
../flutterw config --no-analytics
14
- ../flutterw build apk --flavor fdroid
14
+ ../flutterw build apk --release -- flavor fdroid
You can’t perform that action at this time.
0 commit comments