bump to wownero v0.9.3.3

pull/13/head
wowario 3 years ago
parent 7918db09ec
commit 7f69814827
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

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

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

@ -36,9 +36,8 @@ source etc/scripts/build-external-libs/env.sh
cd $BUILD_ROOT_SRC
name=wownero
version=v0.8.0.0
# version=dev-v0.8
githash=1271a7e3a97c0d81816b401627aefb6c6697d0b3
version=v0.9.3.3
githash=e2d2b9a447502e22467af9df20e0732b3dd4ac4c
out=wownero
chmod u+w -f -R $out || true
@ -51,7 +50,7 @@ if [ ! -z $SRC_WOWNERO_DIR ]; then
chmod u+w -R $out/external
cd $name
else
git clone --depth 1 https://github.com/wownero/wownero.git -b $version
git clone --depth 1 https://git.wownero.com/wownero/wownero.git -b $version
cd $name
test `git rev-parse HEAD` = $githash || exit 1
fi

@ -0,0 +1 @@
* Base on Wownero v0.9 Illiterate Illuminati