mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Merge branch 'update-dash-wallet' into 'master'
Update Dash Wallet to 6.6.4 (60640) See merge request fdroid/fdroiddata!6200
This commit is contained in:
commit
5399d54bb4
1 changed files with 25 additions and 11 deletions
|
|
@ -1,13 +1,15 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
Categories:
|
||||
- Money
|
||||
License: GPL-3.0-or-later
|
||||
AuthorName: Hash Engineering Solutions
|
||||
AuthorName: Dash Core Group
|
||||
AuthorEmail: support@dash.org
|
||||
WebSite: https://www.hashengineeringsolutions.com/dash-android-wallet/
|
||||
SourceCode: https://github.com/HashEngineering/dash-wallet
|
||||
IssueTracker: https://github.com/HashEngineering/dash-wallet/issues
|
||||
WebSite: https://www.dash.org/dash-android-wallet/
|
||||
SourceCode: https://github.com/HashEngineeringSolutions/dash-wallet
|
||||
IssueTracker: https://github.com/HashEngineeringSolutions/dash-wallet/issues
|
||||
Translation: https://www.transifex.com/dash/dash-wallet/
|
||||
Changelog: https://raw.github.com/HashEngineering/dash-wallet/dash-12.1/wallet/CHANGES
|
||||
Changelog: https://raw.github.com/HashEngineeringSolutions/dash-wallet/HEAD/wallet/CHANGES
|
||||
|
||||
AutoName: Dash Wallet
|
||||
Description: |-
|
||||
|
|
@ -41,8 +43,7 @@ Description: |-
|
|||
Use at your own risk!
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/HashEngineering/dash-wallet
|
||||
Binaries: https://github.com/HashEngineering/dash-wallet/releases/download/v%v/dash-wallet-%v.apk
|
||||
Repo: https://github.com/HashEngineeringSolutions/dash-wallet
|
||||
|
||||
Builds:
|
||||
- versionName: 4.65.12.1S
|
||||
|
|
@ -77,7 +78,20 @@ Builds:
|
|||
- wallet/src/main/jniLibs
|
||||
build: $$MVN3$$ clean install -DskipTests -f $$DashJWallet$$/pom.xml -X
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest/dash-12.1
|
||||
CurrentVersion: 4.65.12.1V
|
||||
CurrentVersionCode: 40059
|
||||
- versionName: 6.6.4
|
||||
versionCode: 60640
|
||||
commit: v6.6.4-foss
|
||||
subdir: wallet
|
||||
submodules: true
|
||||
sudo: apt install -yq ninja-build
|
||||
gradle:
|
||||
- prod
|
||||
scandelete:
|
||||
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
|
||||
- wallet/test/de/schildbach/wallet/util/bitcoin-backup-protobuf-testnet
|
||||
ndk: r21
|
||||
|
||||
AutoUpdateMode: Version v%v-foss
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 6.6.4
|
||||
CurrentVersionCode: 60640
|
||||
|
|
|
|||
Loading…
Reference in a new issue