mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
add Screen Time (de.markusfisch.android.screentime)
This commit is contained in:
parent
4b11dd8d8c
commit
de595e71af
1 changed files with 32 additions and 0 deletions
32
metadata/de.markusfisch.android.screentime.yml
Normal file
32
metadata/de.markusfisch.android.screentime.yml
Normal file
|
|
@ -0,0 +1,32 @@
|
||||||
|
Categories:
|
||||||
|
- System
|
||||||
|
- Time
|
||||||
|
License: Unlicense
|
||||||
|
AuthorName: Markus Fisch
|
||||||
|
AuthorEmail: mf@markusfisch.de
|
||||||
|
AuthorWebSite: https://www.markusfisch.de/
|
||||||
|
SourceCode: https://github.com/markusfisch/ScreenTime
|
||||||
|
IssueTracker: https://github.com/markusfisch/ScreenTime/issues
|
||||||
|
Changelog: https://github.com/markusfisch/ScreenTime/releases
|
||||||
|
|
||||||
|
AutoName: Screen Time
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/markusfisch/ScreenTime
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.0.6
|
||||||
|
versionCode: 7
|
||||||
|
commit: 1.0.6
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y openjdk-11-jdk
|
||||||
|
- update-alternatives --auto java
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 1.0.6
|
||||||
|
CurrentVersionCode: 7
|
||||||
Loading…
Reference in a new issue