Skip to content

Commit

Permalink
don't pull prebuilds android
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK committed May 10, 2024
1 parent 6d9cf1d commit 00f79a3
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 30 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pr_test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ jobs:
- name: Build
run: |
cd /opt/android/cake_wallet
make libs
flutter build apk --release --split-per-abi
# - name: Push to App Center
Expand Down
28 changes: 0 additions & 28 deletions Makefile

This file was deleted.

1 change: 1 addition & 0 deletions android/app/src/main/jniLibs/arm64-v8a/libc++_shared.so
1 change: 1 addition & 0 deletions android/app/src/main/jniLibs/armeabi-v7a/libc++_shared.so
1 change: 1 addition & 0 deletions android/app/src/main/jniLibs/x86_64/libc++_shared.so
2 changes: 1 addition & 1 deletion scripts/prepare_moneroc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [[ ! -d "monero_c" ]];
then
git clone https://github.com/mrcyjanek/monero_c --branch rewrite-wip
cd monero_c
git checkout 07d3a5d7da8c1ad3603756a7621fcfc5399110a4
git checkout 6781419926d38e045680035a6c2dfcfe32fa22a2
git reset --hard
git submodule update --init --force --recursive
./apply_patches.sh monero
Expand Down

0 comments on commit 00f79a3

Please sign in to comment.