diff --git a/app/build.gradle b/app/build.gradle index 456a77b..918d519 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 1200 - versionName '2.6.0.0' + versionCode 1210 + versionName '2.6.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 61f49bf..625ae57 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/wownero/wownero" -version="v0.6.0.0" +version="v0.6.1.0" # version="dev-v0.6" diff --git a/script/nix/shell.nix b/script/nix/shell.nix index edfc6ab..fe206fc 100644 --- a/script/nix/shell.nix +++ b/script/nix/shell.nix @@ -94,8 +94,8 @@ with nixpkgs; export _JAVA_AWT_WM_NONREPARENTING=1 - export app_version=1200 - export gradle_app_version=2x6x0x0 + export app_version=1210 + export gradle_app_version=2x6x1x0 export release_key=~/.android/fuwa-release-key.jks export USE_CCACHE=1