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 #16 from fuwa0529/update-wownero
Browse files Browse the repository at this point in the history
use wownero v0.5.0.2
  • Loading branch information
fuwa committed Mar 6, 2019
2 parents c31c209 + 7b6f9ca commit 133bfa5
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 1170
versionName '2.5.0.3'
versionCode 1180
versionName '2.5.0.4'
// 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/wowario/wownero"
version="v0.5.0.0"
version="v0.5.0.2"
# version="1b5cefa"


Expand Down
4 changes: 2 additions & 2 deletions script/nix/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ with nixpkgs;
export _JAVA_AWT_WM_NONREPARENTING=1
export app_version=1170
export gradle_app_version=2x5x0x3
export app_version=1180
export gradle_app_version=2x5x0x4
export release_key=~/.android/fuwa-release-key.jks
export USE_CCACHE=1
Expand Down

0 comments on commit 133bfa5

Please sign in to comment.