mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
New App: Duress (me.lucky.duress)
This commit is contained in:
parent
ddb89683e9
commit
1c39c5489d
1 changed files with 30 additions and 0 deletions
30
metadata/me.lucky.duress.yml
Normal file
30
metadata/me.lucky.duress.yml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
Categories:
|
||||
- Security
|
||||
License: GPL-3.0-only
|
||||
AuthorName: lucky
|
||||
AuthorEmail: 44uaanjm0@relay.firefox.com
|
||||
AuthorWebSite: https://github.com/x13a
|
||||
SourceCode: https://github.com/x13a/Duress
|
||||
IssueTracker: https://github.com/x13a/Duress/issues
|
||||
|
||||
AutoName: Duress
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/x13a/Duress.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.1
|
||||
versionCode: 2
|
||||
commit: cd358b81b57ac772ccf1b723e7a9a7625c17545e
|
||||
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: 1.0.1
|
||||
CurrentVersionCode: 2
|
||||
Loading…
Reference in a new issue