wownero
/
wownerujo
Archived
4
0
Fork 0

Merge pull request #20 from fuwa0529/dev-v0.6

use v0.6.1.1
master v2.6.1.1
fuwa 5 years ago committed by GitHub
commit 5b36d0bff5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,7 +4,7 @@ An Android Wallet for Wownero
[<img src="https://f-droid.org/badge/get-it-on.png" [<img src="https://f-droid.org/badge/get-it-on.png"
alt="Get it on F-Droid" alt="Get it on F-Droid"
height="80">](https://f-droid.org/packages/com.wownero.wownerujo/) height="80">](https://f-droid.org/packages/com.wownero.wownerujo/)
<a href='https://play.google.com/store/apps/details?id=com.wownero.wownerujo&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'><img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png' height='80'/></a> <a href='https://play.google.com/store/apps/details?id=com.wownero.wownerujo'><img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png' height='80'/></a>
## QUICKSTART ## QUICKSTART
- Download it with the F-Droid app or the Google Play app. - Download it with the F-Droid app or the Google Play app.

@ -10,8 +10,8 @@ android {
// https://source.android.com/security/bulletin/2018-03-01 // https://source.android.com/security/bulletin/2018-03-01
minSdkVersion 23 minSdkVersion 23
targetSdkVersion 28 targetSdkVersion 28
versionCode 1210 versionCode 1220
versionName '2.6.1.0' versionName '2.6.1.1'
// testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" // testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
externalNativeBuild { externalNativeBuild {
cmake { cmake {

@ -12,7 +12,7 @@ cd $EXTERNAL_LIBS_BUILD_ROOT
# url="$base_dir/vendor/wownero" # url="$base_dir/vendor/wownero"
# url="https://github.com/wownero/wownero" # url="https://github.com/wownero/wownero"
url="https://github.com/wownero/wownero" url="https://github.com/wownero/wownero"
version="v0.6.1.0" version="v0.6.1.1"
# version="dev-v0.6" # version="dev-v0.6"

@ -94,8 +94,8 @@ with nixpkgs;
export _JAVA_AWT_WM_NONREPARENTING=1 export _JAVA_AWT_WM_NONREPARENTING=1
export app_version=1210 export app_version=1220
export gradle_app_version=2x6x1x0 export gradle_app_version=2x6x1x1
export release_key=~/.android/fuwa-release-key.jks export release_key=~/.android/fuwa-release-key.jks
export USE_CCACHE=1 export USE_CCACHE=1