From a55430fea24083c90fa079e8e95746cb53a15462 Mon Sep 17 00:00:00 2001 From: fuwa Date: Thu, 3 Jan 2019 06:47:36 +0000 Subject: [PATCH] bump version for beta, update wownero rev --- app/build.gradle | 4 ++-- script/build-external-libs/fetch-wownero.sh | 3 +-- script/nix/shell.nix | 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 3c63b61..a0e080f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { // https://source.android.com/security/bulletin/2018-03-01 minSdkVersion 23 targetSdkVersion 28 - versionCode 1140 - versionName '2.5.0.0' + versionCode 1150 + versionName '2.5.0.1' // testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" externalNativeBuild { cmake { diff --git a/script/build-external-libs/fetch-wownero.sh b/script/build-external-libs/fetch-wownero.sh index 97ccd59..7f1e126 100755 --- a/script/build-external-libs/fetch-wownero.sh +++ b/script/build-external-libs/fetch-wownero.sh @@ -11,10 +11,9 @@ cd $EXTERNAL_LIBS_BUILD_ROOT # url="$base_dir/vendor/wownero" url="https://github.com/wownero/wownero" -# url="https://github.com/fuwa0529/wownero" # url="https://github.com/wowario/wownero" # version="v0.4.0.0" -version="3f79280" +version="1b5cefa" rm -rf wownero diff --git a/script/nix/shell.nix b/script/nix/shell.nix index 9c7db38..3ae0c10 100644 --- a/script/nix/shell.nix +++ b/script/nix/shell.nix @@ -96,8 +96,8 @@ with nixpkgs; export _JAVA_AWT_WM_NONREPARENTING=1 - export app_version=1140 - export gradle_app_version=2x5x0x0 + export app_version=1150 + export gradle_app_version=2x5x0x1 export release_key=~/.android/fuwa-release-key.jks export USE_CCACHE=1