use wownero 0.8

master
fuwa 4 years ago
parent 589e223c4a
commit 77d637aaf1

@ -41,8 +41,8 @@ android {
applicationId "org.wownero.cyberwow" applicationId "org.wownero.cyberwow"
minSdkVersion 26 minSdkVersion 26
targetSdkVersion 29 targetSdkVersion 29
versionCode 25 versionCode 26
versionName "0.7.0.0-l" versionName "0.8.0.0"
} }
if(project.hasProperty("RELEASE_STORE_FILE")) { if(project.hasProperty("RELEASE_STORE_FILE")) {

@ -1,7 +1,7 @@
name: cyberwow name: cyberwow
description: A new Flutter project. description: A new Flutter project.
version: 0.7.0+25 version: 0.8.0+0
environment: environment:
sdk: ">=2.1.0 <3.0.0" sdk: ">=2.1.0 <3.0.0"

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Copyright (c) 2019, The Wownero Project # Copyright (c) 2019-2020, The Wownero Project
# Copyright (c) 2014-2019, The Monero Project # Copyright (c) 2014-2019, The Monero Project
# #
# All rights reserved. # All rights reserved.
@ -36,9 +36,9 @@ source etc/scripts/build-external-libs/env.sh
cd $BUILD_ROOT_SRC cd $BUILD_ROOT_SRC
name=wownero name=wownero
# version=v0.7.0 version=v0.8.0.0
version=dev-v0.8 # version=dev-v0.8
githash=4c6c7ab87b2a56165f400f6e49f17b9577a2bcad githash=1271a7e3a97c0d81816b401627aefb6c6697d0b3
out=wownero out=wownero
chmod u+w -f -R $out || true chmod u+w -f -R $out || true
@ -51,7 +51,7 @@ if [ -d $SRC_WOWNERO_DIR ]; then
chmod u+w -R $out/external chmod u+w -R $out/external
else else
git clone --depth 1 https://github.com/wownero/wownero.git -b $version git clone --depth 1 https://github.com/wownero/wownero.git -b $version
# test `git rev-parse HEAD` = $githash || exit 1 test `git rev-parse HEAD` = $githash || exit 1
fi fi
cd $name cd $name

@ -0,0 +1 @@
* Base on Wownero v0.8 Hallucenogenic Hypnotoad
Loading…
Cancel
Save