mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
New App: Timed Shutdown
This commit is contained in:
parent
00c7cd84ac
commit
a834c82d06
1 changed files with 30 additions and 0 deletions
30
metadata/com.maforn.timedshutdown.yml
Normal file
30
metadata/com.maforn.timedshutdown.yml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
Categories:
|
||||
- System
|
||||
- Time
|
||||
License: GPL-3.0-only
|
||||
AuthorName: maforn
|
||||
SourceCode: https://github.com/maforn/TimedShutdownAndroid
|
||||
IssueTracker: https://github.com/maforn/TimedShutdownAndroid/issues
|
||||
|
||||
Name: Timed Shutdown [No Root]
|
||||
AutoName: Timed Shutdown
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/maforn/TimedShutdownAndroid
|
||||
|
||||
Builds:
|
||||
- versionName: v2.2
|
||||
versionCode: 18
|
||||
commit: v2.2
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: v2.2
|
||||
CurrentVersionCode: 18
|
||||
Loading…
Reference in a new issue