Changed monero version and monero repo to cake tech.

This commit is contained in:
M 2022-06-22 12:42:18 +01:00
parent 76fe14c9a5
commit 1447ea32ba
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh
. ./config.sh
MONERO_BRANCH=v0.17.3.0-android
MONERO_BRANCH=release-v0.17.3.2-android
MONERO_SRC_DIR=${WORKDIR}/monero
git clone https://github.com/cake-tech/monero.git ${MONERO_SRC_DIR} --branch ${MONERO_BRANCH}

View file

@ -2,9 +2,9 @@
. ./config.sh
MONERO_URL="https://github.com/monero-project/monero.git"
MONERO_URL="https://github.com/cake-tech/monero.git"
MONERO_DIR_PATH="${EXTERNAL_IOS_SOURCE_DIR}/monero"
MONERO_VERSION=tags/v0.17.3.0
MONERO_VERSION=release-v0.17.3.2
BUILD_TYPE=release
PREFIX=${EXTERNAL_IOS_DIR}
DEST_LIB_DIR=${EXTERNAL_IOS_LIB_DIR}/monero