Skip to content

Commit 718fa9c

Browse files
committed
fix: uncomment android build script lines
1 parent c333b0d commit 718fa9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/android/build_all.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ PLUGINS_DIR=../../crypto_plugins
1010
# libepiccash requires old rust
1111
source ../rust_version.sh
1212
set_rust_version_for_libepiccash
13-
# (cd "${PLUGINS_DIR}"/flutter_libepiccash/scripts/android && ./build_all.sh )
14-
# (cd "${PLUGINS_DIR}"/flutter_libmwc/scripts/android && ./build_all.sh )
13+
(cd "${PLUGINS_DIR}"/flutter_libepiccash/scripts/android && ./build_all.sh )
14+
(cd "${PLUGINS_DIR}"/flutter_libmwc/scripts/android && ./build_all.sh )
1515
# set rust (back) to a more recent stable release after building epiccash
1616
set_rust_to_everything_else
1717

0 commit comments

Comments
 (0)