From 7f69814827551ad2d98921797c1e1e92d782a121 Mon Sep 17 00:00:00 2001 From: wowario Date: Sun, 25 Apr 2021 07:45:06 +0300 Subject: [PATCH] bump to wownero v0.9.3.3 --- cyberwow/android/app/build.gradle | 4 ++-- cyberwow/pubspec.yaml | 2 +- etc/scripts/build-external-libs/wownero/fetch.sh | 7 +++---- fastlane/metadata/android/en-US/changelogs/27.txt | 1 + 4 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/27.txt diff --git a/cyberwow/android/app/build.gradle b/cyberwow/android/app/build.gradle index 722d071..5d2d758 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 27 - versionName "0.8.0.0-a" + versionCode 28 + versionName "0.9.3.3" } if(project.hasProperty("RELEASE_STORE_FILE")) { diff --git a/cyberwow/pubspec.yaml b/cyberwow/pubspec.yaml index 38656cf..9a110ba 100644 --- a/cyberwow/pubspec.yaml +++ b/cyberwow/pubspec.yaml @@ -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" diff --git a/etc/scripts/build-external-libs/wownero/fetch.sh b/etc/scripts/build-external-libs/wownero/fetch.sh index bf0ad08..51ded51 100755 --- a/etc/scripts/build-external-libs/wownero/fetch.sh +++ b/etc/scripts/build-external-libs/wownero/fetch.sh @@ -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 diff --git a/fastlane/metadata/android/en-US/changelogs/27.txt b/fastlane/metadata/android/en-US/changelogs/27.txt new file mode 100644 index 0000000..bdc6ff3 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/27.txt @@ -0,0 +1 @@ +* Base on Wownero v0.9 Illiterate Illuminati