mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Add Flashy Alarm
This commit is contained in:
parent
faf2be081e
commit
77376bd50d
1 changed files with 29 additions and 0 deletions
29
metadata/com.github.whyrising.flashyalarm.yml
Normal file
29
metadata/com.github.whyrising.flashyalarm.yml
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
Categories:
|
||||||
|
- System
|
||||||
|
License: Apache-2.0
|
||||||
|
AuthorName: Yahya Tinani
|
||||||
|
AuthorEmail: sucklessapps@gmail.com
|
||||||
|
SourceCode: https://github.com/whyrising/flashy-alarm
|
||||||
|
IssueTracker: https://github.com/whyrising/flashy-alarm/issues
|
||||||
|
|
||||||
|
AutoName: Flashy Alarm
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/whyrising/flashy-alarm
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 0.0.1
|
||||||
|
versionCode: 1
|
||||||
|
commit: v0.0.1
|
||||||
|
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%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 0.0.1
|
||||||
|
CurrentVersionCode: 1
|
||||||
Loading…
Reference in a new issue