mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
fix x64 monero_c android dependencies (#2030)
This commit is contained in:
parent
2078407608
commit
ff8c8a4d14
7 changed files with 10 additions and 10 deletions
|
@ -511,8 +511,8 @@ packages:
|
|||
dependency: "direct main"
|
||||
description:
|
||||
path: "impls/monero.dart"
|
||||
ref: "9d9b1f2f2373fc9a99c6556a93eea63fe343cf58"
|
||||
resolved-ref: "9d9b1f2f2373fc9a99c6556a93eea63fe343cf58"
|
||||
ref: "629fa4a346ca29d5ed18a2b44895b8858ba7c9f7"
|
||||
resolved-ref: "629fa4a346ca29d5ed18a2b44895b8858ba7c9f7"
|
||||
url: "https://github.com/mrcyjanek/monero_c"
|
||||
source: git
|
||||
version: "0.0.0"
|
||||
|
|
|
@ -25,7 +25,7 @@ dependencies:
|
|||
monero:
|
||||
git:
|
||||
url: https://github.com/mrcyjanek/monero_c
|
||||
ref: 9d9b1f2f2373fc9a99c6556a93eea63fe343cf58
|
||||
ref: 629fa4a346ca29d5ed18a2b44895b8858ba7c9f7
|
||||
path: impls/monero.dart
|
||||
mutex: ^3.1.0
|
||||
ledger_flutter_plus: ^1.4.1
|
||||
|
|
|
@ -471,8 +471,8 @@ packages:
|
|||
dependency: "direct main"
|
||||
description:
|
||||
path: "impls/monero.dart"
|
||||
ref: "9d9b1f2f2373fc9a99c6556a93eea63fe343cf58"
|
||||
resolved-ref: "9d9b1f2f2373fc9a99c6556a93eea63fe343cf58"
|
||||
ref: "629fa4a346ca29d5ed18a2b44895b8858ba7c9f7"
|
||||
resolved-ref: "629fa4a346ca29d5ed18a2b44895b8858ba7c9f7"
|
||||
url: "https://github.com/mrcyjanek/monero_c"
|
||||
source: git
|
||||
version: "0.0.0"
|
||||
|
|
|
@ -25,7 +25,7 @@ dependencies:
|
|||
monero:
|
||||
git:
|
||||
url: https://github.com/mrcyjanek/monero_c
|
||||
ref: 9d9b1f2f2373fc9a99c6556a93eea63fe343cf58 # monero_c hash
|
||||
ref: 629fa4a346ca29d5ed18a2b44895b8858ba7c9f7 # monero_c hash
|
||||
path: impls/monero.dart
|
||||
mutex: ^3.1.0
|
||||
|
||||
|
|
|
@ -476,8 +476,8 @@ packages:
|
|||
dependency: "direct main"
|
||||
description:
|
||||
path: "impls/monero.dart"
|
||||
ref: "9d9b1f2f2373fc9a99c6556a93eea63fe343cf58"
|
||||
resolved-ref: "9d9b1f2f2373fc9a99c6556a93eea63fe343cf58"
|
||||
ref: "629fa4a346ca29d5ed18a2b44895b8858ba7c9f7"
|
||||
resolved-ref: "629fa4a346ca29d5ed18a2b44895b8858ba7c9f7"
|
||||
url: "https://github.com/mrcyjanek/monero_c"
|
||||
source: git
|
||||
version: "0.0.0"
|
||||
|
|
|
@ -26,7 +26,7 @@ dependencies:
|
|||
monero:
|
||||
git:
|
||||
url: https://github.com/mrcyjanek/monero_c
|
||||
ref: 9d9b1f2f2373fc9a99c6556a93eea63fe343cf58 # monero_c hash
|
||||
ref: 629fa4a346ca29d5ed18a2b44895b8858ba7c9f7 # monero_c hash
|
||||
path: impls/monero.dart
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
|
|
@ -8,7 +8,7 @@ if [[ ! -d "monero_c/.git" ]];
|
|||
then
|
||||
git clone https://github.com/mrcyjanek/monero_c --branch master monero_c
|
||||
cd monero_c
|
||||
git checkout 9d9b1f2f2373fc9a99c6556a93eea63fe343cf58
|
||||
git checkout 629fa4a346ca29d5ed18a2b44895b8858ba7c9f7
|
||||
git reset --hard
|
||||
git submodule update --init --force --recursive
|
||||
./apply_patches.sh monero
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue