mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
New App: Sentry (me.lucky.sentry)
This commit is contained in:
parent
7ce2a3406d
commit
662d44478b
1 changed files with 30 additions and 0 deletions
30
metadata/me.lucky.sentry.yml
Normal file
30
metadata/me.lucky.sentry.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/Sentry
|
||||
IssueTracker: https://github.com/x13a/Sentry/issues
|
||||
|
||||
AutoName: Sentry
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/x13a/Sentry.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.1
|
||||
versionCode: 2
|
||||
commit: 287d761857fbf168d509470700077e2971db6e65
|
||||
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