Update wownerujo to 1.6.3.0 (1070)
This commit is contained in:
parent
c1428adcb5
commit
223d1bcbb2
|
@ -5,6 +5,7 @@ WebSite: https://wownero.org
|
||||||
SourceCode: https://github.com/fuwa0529/wownerujo/
|
SourceCode: https://github.com/fuwa0529/wownerujo/
|
||||||
IssueTracker: https://github.com/fuwa0529/wownerujo//issues
|
IssueTracker: https://github.com/fuwa0529/wownerujo//issues
|
||||||
|
|
||||||
|
AutoName: wownerujo
|
||||||
Summary: Wownero wallet
|
Summary: Wownero wallet
|
||||||
Description: |-
|
Description: |-
|
||||||
Wownero is a fork of the cryptocurrency Monero with primary alterations.
|
Wownero is a fork of the cryptocurrency Monero with primary alterations.
|
||||||
|
@ -32,7 +33,18 @@ Builds:
|
||||||
build: ANDROID_NDK_ROOT=$$NDK$$ make
|
build: ANDROID_NDK_ROOT=$$NDK$$ make
|
||||||
ndk: r17b
|
ndk: r17b
|
||||||
|
|
||||||
|
- versionName: 1.6.3.0
|
||||||
|
versionCode: 1070
|
||||||
|
commit: v1.6.3.0
|
||||||
|
timeout: 14400
|
||||||
|
sudo: apt install -y g++ build-essential tofrodos
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
output: app/build/outputs/apk/release/wownerujo-*_universal.apk
|
||||||
|
build: ANDROID_NDK_ROOT=$$NDK$$ make
|
||||||
|
ndk: r17b
|
||||||
|
|
||||||
AutoUpdateMode: Version v%v
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 1.5.10.6
|
CurrentVersion: 1.6.3.0
|
||||||
CurrentVersionCode: 1060
|
CurrentVersionCode: 1070
|
||||||
|
|
Loading…
Reference in a new issue