mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
new app: Passky (com.rabbitcompany.passky)
This commit is contained in:
parent
e438b21a34
commit
f401afda8b
1 changed files with 36 additions and 0 deletions
36
metadata/com.rabbitcompany.passky.yml
Normal file
36
metadata/com.rabbitcompany.passky.yml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
Categories:
|
||||
- Security
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Žiga Zajc
|
||||
AuthorEmail: info@rabbit-company.com
|
||||
AuthorWebSite: https://rabbit-company.com
|
||||
WebSite: https://passky.org
|
||||
SourceCode: https://github.com/Rabbit-Company/Passky-Android
|
||||
IssueTracker: https://github.com/Rabbit-Company/Passky-Android/issues
|
||||
Donate: https://github.com/sponsors/Rabbit-Company
|
||||
Liberapay: RabbitCompany
|
||||
OpenCollective: rabbit-company
|
||||
|
||||
AutoName: Passky
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Rabbit-Company/Passky-Android.git
|
||||
|
||||
Builds:
|
||||
- versionName: 6.0.1
|
||||
versionCode: 10
|
||||
commit: dbfdc267dba69ac8992435c4826f50efb2e7857e
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 6.0.1
|
||||
CurrentVersionCode: 10
|
||||
Loading…
Reference in a new issue