mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
New App: BatteryNotification
This commit is contained in:
parent
cc84999e3f
commit
1d8873dee0
1 changed files with 28 additions and 0 deletions
28
metadata/com.ominous.batterynotification.yml
Normal file
28
metadata/com.ominous.batterynotification.yml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
Categories:
|
||||
- System
|
||||
License: GPL-3.0-or-later
|
||||
AuthorName: TylerWilliamson
|
||||
SourceCode: https://github.com/TylerWilliamson/BatteryNotification
|
||||
IssueTracker: https://github.com/TylerWilliamson/BatteryNotification/issues/
|
||||
|
||||
AutoName: Battery Notification
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/TylerWilliamson/BatteryNotification
|
||||
|
||||
Builds:
|
||||
- versionName: 1.4.1
|
||||
versionCode: 11
|
||||
commit: f67d7eb4ea4288eb95b6deeffb32e4e96f5b95b1
|
||||
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
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.4.1
|
||||
CurrentVersionCode: 11
|
||||
Loading…
Reference in a new issue