From ab07bc34d5d0fb0f089c790b1973e6e35edcf641 Mon Sep 17 00:00:00 2001 From: fuwa Date: Tue, 12 Mar 2019 12:54:11 +0800 Subject: [PATCH] use wownero 0.5.1.0 --- app/build.gradle | 4 ++-- script/build-external-libs/fetch-wownero.sh | 2 +- script/nix/shell.nix | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 47e9534..a09665b 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 1180 - versionName '2.5.0.4' + versionCode 1190 + versionName '2.5.1.0' // 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 60d7bd7..c62ca52 100755 --- a/script/build-external-libs/fetch-wownero.sh +++ b/script/build-external-libs/fetch-wownero.sh @@ -12,7 +12,7 @@ cd $EXTERNAL_LIBS_BUILD_ROOT # url="$base_dir/vendor/wownero" url="https://github.com/wownero/wownero" # url="https://github.com/wowario/wownero" -version="v0.5.0.2" +version="v0.5.1.0" # version="1b5cefa" diff --git a/script/nix/shell.nix b/script/nix/shell.nix index 7db3902..dfd1541 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=1180 - export gradle_app_version=2x5x0x4 + export app_version=1190 + export gradle_app_version=2x5x1x0 export release_key=~/.android/fuwa-release-key.jks export USE_CCACHE=1