From 04fa18a9512fe265d52d80b041216378f72faf99 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Wed, 1 May 2024 16:57:32 +0200 Subject: [PATCH] add missing monero_c command --- .github/workflows/pr_test_build.yml | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr_test_build.yml b/.github/workflows/pr_test_build.yml index dc231df42..98f95ae88 100644 --- a/.github/workflows/pr_test_build.yml +++ b/.github/workflows/pr_test_build.yml @@ -158,6 +158,7 @@ jobs: - name: Build run: | cd /opt/android/cake_wallet + make libs flutter build apk --release --split-per-abi # - name: Push to App Center diff --git a/Makefile b/Makefile index 642d4fac6..f09db4a9f 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # TODO(mrcyjanek): Cleanup, this is borrowed from unnamed_monero_wallet repo. -MONERO_C_TAG=v0.18.3.3-RC35 +MONERO_C_TAG=v0.18.3.3-RC41 LIBCPP_SHARED_SO_TAG=latest-RC1 LIBCPP_SHARED_SO_NDKVERSION=r17c