use wownero 0.8

pull/9/head
fuwa 4 years ago
parent 589e223c4a
commit 77d637aaf1

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

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

@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Copyright (c) 2019, The Wownero Project
# Copyright (c) 2019-2020, The Wownero Project
# Copyright (c) 2014-2019, The Monero Project
#
# All rights reserved.
@ -36,9 +36,9 @@ source etc/scripts/build-external-libs/env.sh
cd $BUILD_ROOT_SRC
name=wownero
# version=v0.7.0
version=dev-v0.8
githash=4c6c7ab87b2a56165f400f6e49f17b9577a2bcad
version=v0.8.0.0
# version=dev-v0.8
githash=1271a7e3a97c0d81816b401627aefb6c6697d0b3
out=wownero
chmod u+w -f -R $out || true
@ -51,7 +51,7 @@ if [ -d $SRC_WOWNERO_DIR ]; then
chmod u+w -R $out/external
else
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
cd $name

@ -0,0 +1 @@
* Base on Wownero v0.8 Hallucenogenic Hypnotoad