Merge branch 'master' into 'master'
New app: Wownerujo See merge request fdroid/fdroiddata!3496
This commit is contained in:
commit
83b025965c
38
metadata/com.wownero.wownerujo.yml
Normal file
38
metadata/com.wownero.wownerujo.yml
Normal file
|
@ -0,0 +1,38 @@
|
||||||
|
Categories:
|
||||||
|
- Money
|
||||||
|
License: Apache-2.0
|
||||||
|
WebSite: https://wownero.org
|
||||||
|
SourceCode: https://github.com/fuwa0529/wownerujo/
|
||||||
|
IssueTracker: https://github.com/fuwa0529/wownerujo//issues
|
||||||
|
|
||||||
|
Summary: Wownero wallet
|
||||||
|
Description: |-
|
||||||
|
Wownero is a fork of the cryptocurrency Monero with primary alterations.
|
||||||
|
|
||||||
|
Wownero’s emission is capped and supply is finite.
|
||||||
|
|
||||||
|
Wownero is a fairly launched coin with no premine.
|
||||||
|
|
||||||
|
It’s not a fork of another blockchain. With its own genesis block there is no degradation of privacy caused by ring signatures using different participants for the same transaction outputs.
|
||||||
|
|
||||||
|
Unlike opposing forks.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/fuwa0529/wownerujo/
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.5.10.6
|
||||||
|
versionCode: 1060
|
||||||
|
commit: v1.5.10.6
|
||||||
|
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
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 1.5.10.6
|
||||||
|
CurrentVersionCode: 1060
|
Loading…
Reference in a new issue