mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 13:49:06 +00:00
Add rolling game dashboard application
This commit is contained in:
parent
044c2759a6
commit
d2901fbfdd
1 changed files with 32 additions and 0 deletions
32
metadata/fr.bux.rollingdashboard.yml
Normal file
32
metadata/fr.bux.rollingdashboard.yml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
Categories:
|
||||
- Games
|
||||
License: MIT
|
||||
AuthorName: Bastien Sevajol
|
||||
AuthorEmail: contact@bux.fr
|
||||
AuthorWebSite: https://bux.fr
|
||||
WebSite: https://buxx.github.io/rolling/pages/
|
||||
SourceCode: https://gitlab.com/sevajol-bastien/rolldash
|
||||
IssueTracker: https://gitlab.com/sevajol-bastien/rolldash/-/issues
|
||||
Donate: https://bux.fr
|
||||
|
||||
AutoName: Tableau de bord Rolling
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/sevajol-bastien/rolldash.git
|
||||
|
||||
Builds:
|
||||
- versionName: '1.5'
|
||||
versionCode: 1
|
||||
commit: 7b252c4fa74decf4e322705002438a95cd3e4048
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest
|
||||
CurrentVersion: '1.5'
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue