mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Newapp: Timeclock
This commit is contained in:
parent
eb0d3c1ce8
commit
816032fc50
1 changed files with 27 additions and 0 deletions
27
metadata/com.nickspatties.timeclock.yml
Normal file
27
metadata/com.nickspatties.timeclock.yml
Normal file
|
|
@ -0,0 +1,27 @@
|
||||||
|
Categories:
|
||||||
|
- Time
|
||||||
|
License: MIT
|
||||||
|
SourceCode: https://github.com/NicksPatties/timeclock
|
||||||
|
IssueTracker: https://github.com/NicksPatties/timeclock/issues
|
||||||
|
|
||||||
|
AutoName: TimeClock
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/NicksPatties/timeclock.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.0.1
|
||||||
|
versionCode: 1
|
||||||
|
commit: 42c0dfebc743d2a916b94a690a7cb79e72b60438
|
||||||
|
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
|
||||||
|
CurrentVersion: 1.0.1
|
||||||
|
CurrentVersionCode: 1
|
||||||
Loading…
Reference in a new issue