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