mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 07:06:52 +00:00
Add Trivia You
This commit is contained in:
parent
1cc971208d
commit
fadc8832e5
1 changed files with 34 additions and 0 deletions
34
metadata/com.bnyro.trivia.yml
Normal file
34
metadata/com.bnyro.trivia.yml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
Categories:
|
||||
- Games
|
||||
- Multimedia
|
||||
License: GPL-3.0-or-later
|
||||
AuthorName: Bnyro
|
||||
AuthorEmail: bnyro@tutanota.com
|
||||
AuthorWebSite: https://bnyro.github.io
|
||||
SourceCode: https://github.com/Bnyro/TriviaYou
|
||||
IssueTracker: https://github.com/Bnyro/TriviaYou/issues
|
||||
Changelog: https://github.com/Bnyro/TriviaYou/releases
|
||||
|
||||
AutoName: Trivia You
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Bnyro/TriviaYou.git
|
||||
|
||||
Builds:
|
||||
- versionName: '0.6'
|
||||
versionCode: 6
|
||||
commit: a8e33aee485b826bca01c58dc616eb47338596b8
|
||||
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
|
||||
UpdateCheckMode: Tags .*[0-9]$
|
||||
CurrentVersion: '0.6'
|
||||
CurrentVersionCode: 6
|
||||
Loading…
Reference in a new issue