fix x64 monero_c android dependencies (#2030)

cyan committed Feb 17, 2025 at 14:55 UTC ff8c8a4d14c175b8fbd6703780b1e37884d7e9ee
7 files changed +10 -10
cw_monero/pubspec.lock
+2 -2
@@ -511,8 +511,8 @@ packages:
511 dependency: "direct main"
512 description:
513 path: "impls/monero.dart"
514 - ref: "9d9b1f2f2373fc9a99c6556a93eea63fe343cf58"
515 - resolved-ref: "9d9b1f2f2373fc9a99c6556a93eea63fe343cf58"
514 + ref: "629fa4a346ca29d5ed18a2b44895b8858ba7c9f7"
515 + resolved-ref: "629fa4a346ca29d5ed18a2b44895b8858ba7c9f7"
516 url: "https://github.com/mrcyjanek/monero_c"
517 source: git
518 version: "0.0.0"
cw_monero/pubspec.yaml
+1 -1
@@ -25,7 +25,7 @@ dependencies:
25 monero:
26 git:
27 url: https://github.com/mrcyjanek/monero_c
28 - ref: 9d9b1f2f2373fc9a99c6556a93eea63fe343cf58
28 + ref: 629fa4a346ca29d5ed18a2b44895b8858ba7c9f7
29 path: impls/monero.dart
30 mutex: ^3.1.0
31 ledger_flutter_plus: ^1.4.1
cw_wownero/pubspec.lock
+2 -2
@@ -471,8 +471,8 @@ packages:
471 dependency: "direct main"
472 description:
473 path: "impls/monero.dart"
474 - ref: "9d9b1f2f2373fc9a99c6556a93eea63fe343cf58"
475 - resolved-ref: "9d9b1f2f2373fc9a99c6556a93eea63fe343cf58"
474 + ref: "629fa4a346ca29d5ed18a2b44895b8858ba7c9f7"
475 + resolved-ref: "629fa4a346ca29d5ed18a2b44895b8858ba7c9f7"
476 url: "https://github.com/mrcyjanek/monero_c"
477 source: git
478 version: "0.0.0"
cw_wownero/pubspec.yaml
+1 -1
@@ -25,7 +25,7 @@ dependencies:
25 monero:
26 git:
27 url: https://github.com/mrcyjanek/monero_c
28 - ref: 9d9b1f2f2373fc9a99c6556a93eea63fe343cf58 # monero_c hash
28 + ref: 629fa4a346ca29d5ed18a2b44895b8858ba7c9f7 # monero_c hash
29 path: impls/monero.dart
30 mutex: ^3.1.0
31
cw_zano/pubspec.lock
+2 -2
@@ -476,8 +476,8 @@ packages:
476 dependency: "direct main"
477 description:
478 path: "impls/monero.dart"
479 - ref: "9d9b1f2f2373fc9a99c6556a93eea63fe343cf58"
480 - resolved-ref: "9d9b1f2f2373fc9a99c6556a93eea63fe343cf58"
479 + ref: "629fa4a346ca29d5ed18a2b44895b8858ba7c9f7"
480 + resolved-ref: "629fa4a346ca29d5ed18a2b44895b8858ba7c9f7"
481 url: "https://github.com/mrcyjanek/monero_c"
482 source: git
483 version: "0.0.0"
cw_zano/pubspec.yaml
+1 -1
@@ -26,7 +26,7 @@ dependencies:
26 monero:
27 git:
28 url: https://github.com/mrcyjanek/monero_c
29 - ref: 9d9b1f2f2373fc9a99c6556a93eea63fe343cf58 # monero_c hash
29 + ref: 629fa4a346ca29d5ed18a2b44895b8858ba7c9f7 # monero_c hash
30 path: impls/monero.dart
31 dev_dependencies:
32 flutter_test:
scripts/prepare_moneroc.sh
+1 -1
@@ -8,7 +8,7 @@ if [[ ! -d "monero_c/.git" ]];
8 then
9 git clone https://github.com/mrcyjanek/monero_c --branch master monero_c
10 cd monero_c
11 - git checkout 9d9b1f2f2373fc9a99c6556a93eea63fe343cf58
11 + git checkout 629fa4a346ca29d5ed18a2b44895b8858ba7c9f7
12 git reset --hard
13 git submodule update --init --force --recursive
14 ./apply_patches.sh monero