mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 17:57:40 +00:00
Merge pull request #827 from cypherstack/scripts
Correct Android build_all script so it doesn't change Rust versions too early for flutter_libepiccash
This commit is contained in:
commit
2fc2b5b964
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ mkdir -p build
|
|||
|
||||
(cd ../../crypto_plugins/flutter_liblelantus/scripts/android && ./build_all.sh ) &
|
||||
(cd ../../crypto_plugins/flutter_libepiccash/scripts/android && ./install_ndk.sh && ./build_opensll.sh && ./build_all.sh ) &
|
||||
(cd ../../crypto_plugins/flutter_libmonero/scripts/android/ && ./build_all.sh ) &
|
||||
(cd ../../crypto_plugins/flutter_libmonero/scripts/android/ && ./build_all.sh ) &&
|
||||
set_rust_to_1720 &
|
||||
(cd ../../crypto_plugins/frostdart/scripts/android && ./build_all.sh ) &
|
||||
|
||||
|
|
Loading…
Reference in a new issue