mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Add new app: OneTimeAlarm
This commit is contained in:
parent
ae9451fdfa
commit
f0246705c8
1 changed files with 32 additions and 0 deletions
32
metadata/pl.ascendit.onetimealarm.yml
Normal file
32
metadata/pl.ascendit.onetimealarm.yml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
Categories:
|
||||
- Time
|
||||
License: GPL-3.0-or-later
|
||||
AuthorName: matdlu
|
||||
AuthorEmail: 30a@matdlu.com
|
||||
AuthorWebSite: https://matdlu.com
|
||||
SourceCode: https://github.com/matdlu/OneTimeAlarm
|
||||
IssueTracker: https://github.com/matdlu/OneTimeAlarm/issues
|
||||
Changelog: https://github.com/matdlu/OneTimeAlarm/releases
|
||||
Donate: https://matdlu.com/en/donate
|
||||
|
||||
AutoName: OneTimeAlarm
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/matdlu/OneTimeAlarm
|
||||
|
||||
Builds:
|
||||
- versionName: '1.2'
|
||||
versionCode: 3
|
||||
commit: v1.2
|
||||
subdir: src/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.2'
|
||||
CurrentVersionCode: 3
|
||||
Loading…
Reference in a new issue