mirror of
https://github.com/m2049r/xmrwallet
synced 2025-05-06 04:29:41 +02:00
tweaks & new version
This commit is contained in:
parent
ef29db62c4
commit
e1bd04c945
@ -7,8 +7,8 @@ android {
|
|||||||
applicationId "com.m2049r.xmrwallet"
|
applicationId "com.m2049r.xmrwallet"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 27
|
targetSdkVersion 27
|
||||||
versionCode 130
|
versionCode 131
|
||||||
versionName "1.8.0 'BulletBroof'"
|
versionName "1.8.1 'Bullets And Octane-Pirates'"
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
|
@ -92,7 +92,7 @@ for arch in ${archs[@]}; do
|
|||||||
TARGET_INC_DIR=$lib_root/monero/include
|
TARGET_INC_DIR=$lib_root/monero/include
|
||||||
rm -rf $TARGET_INC_DIR
|
rm -rf $TARGET_INC_DIR
|
||||||
mkdir -p $TARGET_INC_DIR
|
mkdir -p $TARGET_INC_DIR
|
||||||
cp -a src/wallet/api/wallet2_api.h $TARGET_INC_DIR
|
cp -a $base_dir/src/wallet/api/wallet2_api.h $TARGET_INC_DIR
|
||||||
|
|
||||||
cd $base_dir
|
cd $base_dir
|
||||||
done
|
done
|
||||||
|
@ -7,7 +7,7 @@ source script/env.sh
|
|||||||
cd $EXTERNAL_LIBS_BUILD_ROOT
|
cd $EXTERNAL_LIBS_BUILD_ROOT
|
||||||
|
|
||||||
url="https://github.com/m2049r/monero"
|
url="https://github.com/m2049r/monero"
|
||||||
version="release-v0.13-prep"
|
version="release-v0.13.0-monerujo"
|
||||||
|
|
||||||
if [ ! -d "monero" ]; then
|
if [ ! -d "monero" ]; then
|
||||||
git clone ${url} -b ${version}
|
git clone ${url} -b ${version}
|
||||||
@ -15,6 +15,6 @@ if [ ! -d "monero" ]; then
|
|||||||
git submodule update --recursive --init
|
git submodule update --recursive --init
|
||||||
else
|
else
|
||||||
cd monero
|
cd monero
|
||||||
git submodule update --recursive
|
|
||||||
git checkout ${version}
|
git checkout ${version}
|
||||||
|
git submodule update --recursive --init
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user