Skip to content

Commit 48a1d84

Browse files
committed
use release build for f-droid
1 parent f8d7bc5 commit 48a1d84

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

melos.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,6 @@ scripts:
101101
run: cd app && flutter run
102102
description: "Run encointer_wallet on an iOS platform"
103103

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-
109104
# Build apk for androids splitted per Application Binary Interface (abi)
110105
build-apk-split:
111106
run: cd app && flutter build apk --split-per-abi --flavor dev

scripts/fdroid_build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ set -exuo pipefail
1111
cd app
1212

1313
../flutterw config --no-analytics
14-
../flutterw build apk --flavor fdroid
14+
../flutterw build apk --release --flavor fdroid

0 commit comments

Comments
 (0)