mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 03:49:22 +00:00
update tor lib with temp ios fix
This commit is contained in:
parent
f4b01ee642
commit
2a784e58da
1 changed files with 6 additions and 1 deletions
|
@ -73,7 +73,7 @@ dependencies:
|
||||||
tor_ffi_plugin:
|
tor_ffi_plugin:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/cypherstack/tor.git
|
url: https://github.com/cypherstack/tor.git
|
||||||
ref: f1d02f7ad489df3119a540a7f31485db6d837843
|
ref: 647cadc3c82c276dc07915b02d24538fd610f220
|
||||||
|
|
||||||
fusiondart:
|
fusiondart:
|
||||||
git:
|
git:
|
||||||
|
@ -210,6 +210,11 @@ flutter_native_splash:
|
||||||
android_disable_fullscreen: true
|
android_disable_fullscreen: true
|
||||||
|
|
||||||
dependency_overrides:
|
dependency_overrides:
|
||||||
|
# adding here due to pure laziness
|
||||||
|
tor_ffi_plugin:
|
||||||
|
git:
|
||||||
|
url: https://github.com/cypherstack/tor.git
|
||||||
|
ref: 647cadc3c82c276dc07915b02d24538fd610f220
|
||||||
|
|
||||||
monero:
|
monero:
|
||||||
git:
|
git:
|
||||||
|
|
Loading…
Reference in a new issue