mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-21 21:29:11 +00:00
New App: nightlight light
This commit is contained in:
parent
92ab9e1f66
commit
7c617a93eb
1 changed files with 28 additions and 0 deletions
28
metadata/com.gluege.nightlight.yml
Normal file
28
metadata/com.gluege.nightlight.yml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
Categories:
|
||||
- Graphics
|
||||
- Multimedia
|
||||
License: GPL-3.0-only
|
||||
SourceCode: https://github.com/Ra-Na/NightLightApp
|
||||
IssueTracker: https://github.com/Ra-Na/NightLightApp/issues
|
||||
|
||||
AutoName: NightLight light
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Ra-Na/NightLightApp
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.0
|
||||
versionCode: 2
|
||||
commit: v1.0.0
|
||||
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.0
|
||||
CurrentVersionCode: 2
|
||||
Loading…
Reference in a new issue