Skip to content
This repository has been archived by the owner on Jun 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request #19 from fuwa0529/dev-v0.6
Browse files Browse the repository at this point in the history
use wownero v0.6.1.0
  • Loading branch information
fuwa committed Jun 7, 2019
2 parents ebda5db + 4ee1614 commit ceeb3d9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion script/build-external-libs/fetch-wownero.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"


Expand Down
4 changes: 2 additions & 2 deletions script/nix/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ceeb3d9

Please sign in to comment.