diff --git a/cyberwow/android/app/build.gradle b/cyberwow/android/app/build.gradle index 01d428e..e581576 100644 --- a/cyberwow/android/app/build.gradle +++ b/cyberwow/android/app/build.gradle @@ -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")) { diff --git a/cyberwow/pubspec.yaml b/cyberwow/pubspec.yaml index d2c5165..493b134 100644 --- a/cyberwow/pubspec.yaml +++ b/cyberwow/pubspec.yaml @@ -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" diff --git a/etc/scripts/build-external-libs/wownero/fetch.sh b/etc/scripts/build-external-libs/wownero/fetch.sh index f68b020..24b78b0 100755 --- a/etc/scripts/build-external-libs/wownero/fetch.sh +++ b/etc/scripts/build-external-libs/wownero/fetch.sh @@ -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 diff --git a/fastlane/metadata/android/en-US/changelogs/26.txt b/fastlane/metadata/android/en-US/changelogs/26.txt new file mode 100644 index 0000000..c52473b --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/26.txt @@ -0,0 +1 @@ +* Base on Wownero v0.8 Hallucenogenic Hypnotoad