diff --git a/.gitmodules b/.gitmodules index eb71f2df5..95b02e580 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,7 +6,4 @@ url = https://github.com/cypherstack/flutter_libmonero.git [submodule "crypto_plugins/flutter_liblelantus"] path = crypto_plugins/flutter_liblelantus - url = https://github.com/cypherstack/flutter_liblelantus.git -[submodule "crypto_plugins/tor"] - path = crypto_plugins/tor - url = https://github.com/cypherstack/tor.git \ No newline at end of file + url = https://github.com/cypherstack/flutter_liblelantus.git \ No newline at end of file diff --git a/crypto_plugins/tor b/crypto_plugins/tor deleted file mode 160000 index 8a26a160b..000000000 --- a/crypto_plugins/tor +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 8a26a160bdc4dcac2ba5a0350a151a345d1dead9 diff --git a/pubspec.lock b/pubspec.lock index 167c41441..9b8020b02 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1647,9 +1647,11 @@ packages: tor_ffi_plugin: dependency: "direct main" description: - path: "crypto_plugins/tor" - relative: true - source: path + path: "." + ref: "8a26a160bdc4dcac2ba5a0350a151a345d1dead9" + resolved-ref: "8a26a160bdc4dcac2ba5a0350a151a345d1dead9" + url: "https://github.com/cypherstack/tor.git" + source: git version: "0.0.1" tuple: dependency: "direct main" diff --git a/pubspec.yaml b/pubspec.yaml index 60371d5b3..6844e08b1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -58,7 +58,9 @@ dependencies: ref: 081ca1863c2feba00c35bb5b297902f12f499941 tor_ffi_plugin: - path: ./crypto_plugins/tor + git: + url: https://github.com/cypherstack/tor.git + ref: 8a26a160bdc4dcac2ba5a0350a151a345d1dead9 # Utility plugins http: ^0.13.0