mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Add swiss covid certificate wallet app
This commit is contained in:
parent
9fa5b58ec8
commit
100b6edc3f
1 changed files with 36 additions and 0 deletions
36
metadata/ch.admin.bag.covidcertificate.wallet.yml
Normal file
36
metadata/ch.admin.bag.covidcertificate.wallet.yml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
AntiFeatures:
|
||||
- Tracking
|
||||
Categories:
|
||||
- Sports & Health
|
||||
License: MPL-2.0
|
||||
AuthorName: Swiss Admin
|
||||
AuthorWebSite: https://www.bit.admin.ch
|
||||
SourceCode: https://github.com/admin-ch/CovidCertificate-App-Android
|
||||
IssueTracker: https://github.com/admin-ch/CovidCertificate-App-Android/issues
|
||||
Changelog: https://github.com/admin-ch/CovidCertificate-App-Android/releases
|
||||
|
||||
AutoName: Covid Cert
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/admin-ch/CovidCertificate-App-Android
|
||||
Binaries: https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v%v-%c-wallet/wallet-prod-%v-%c-signed.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 1.2.0
|
||||
versionCode: 1200
|
||||
commit: v1.2.0-1200-wallet
|
||||
subdir: wallet
|
||||
submodules: true
|
||||
gradle:
|
||||
- prod
|
||||
rm:
|
||||
- sdk/sdk/testKeystore
|
||||
- wallet/testKeystore
|
||||
- verifier/testKeystore
|
||||
prebuild: printf '\nbuildTimestamp=%s\n' "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-wallet/wallet-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
|
||||
| tr -cd '0-9')" >> gradle.properties
|
||||
|
||||
AutoUpdateMode: Version v%v-%c-wallet
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.2.0
|
||||
CurrentVersionCode: 1200
|
||||
Loading…
Reference in a new issue