mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 02:01:42 +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:
|
Categories:
|
||||||
- Money
|
- Money
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
AuthorName: Hash Engineering Solutions
|
AuthorName: Dash Core Group
|
||||||
AuthorEmail: support@dash.org
|
AuthorEmail: support@dash.org
|
||||||
WebSite: https://www.hashengineeringsolutions.com/dash-android-wallet/
|
WebSite: https://www.dash.org/dash-android-wallet/
|
||||||
SourceCode: https://github.com/HashEngineering/dash-wallet
|
SourceCode: https://github.com/HashEngineeringSolutions/dash-wallet
|
||||||
IssueTracker: https://github.com/HashEngineering/dash-wallet/issues
|
IssueTracker: https://github.com/HashEngineeringSolutions/dash-wallet/issues
|
||||||
Translation: https://www.transifex.com/dash/dash-wallet/
|
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
|
AutoName: Dash Wallet
|
||||||
Description: |-
|
Description: |-
|
||||||
|
|
@ -41,8 +43,7 @@ Description: |-
|
||||||
Use at your own risk!
|
Use at your own risk!
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/HashEngineering/dash-wallet
|
Repo: https://github.com/HashEngineeringSolutions/dash-wallet
|
||||||
Binaries: https://github.com/HashEngineering/dash-wallet/releases/download/v%v/dash-wallet-%v.apk
|
|
||||||
|
|
||||||
Builds:
|
Builds:
|
||||||
- versionName: 4.65.12.1S
|
- versionName: 4.65.12.1S
|
||||||
|
|
@ -77,7 +78,20 @@ Builds:
|
||||||
- wallet/src/main/jniLibs
|
- wallet/src/main/jniLibs
|
||||||
build: $$MVN3$$ clean install -DskipTests -f $$DashJWallet$$/pom.xml -X
|
build: $$MVN3$$ clean install -DskipTests -f $$DashJWallet$$/pom.xml -X
|
||||||
|
|
||||||
AutoUpdateMode: None
|
- versionName: 6.6.4
|
||||||
UpdateCheckMode: RepoManifest/dash-12.1
|
versionCode: 60640
|
||||||
CurrentVersion: 4.65.12.1V
|
commit: v6.6.4-foss
|
||||||
CurrentVersionCode: 40059
|
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