mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
New app: net.ibbaa.keepitup
This commit is contained in:
parent
620fbcfdd5
commit
a79c848c65
1 changed files with 31 additions and 0 deletions
31
metadata/net.ibbaa.keepitup.yml
Normal file
31
metadata/net.ibbaa.keepitup.yml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
Categories:
|
||||
- Connectivity
|
||||
- Internet
|
||||
License: Apache-2.0
|
||||
AuthorName: Alwin Ibba
|
||||
AuthorEmail: alwin@ibba.de
|
||||
SourceCode: https://github.com/ibbaa/keepitup
|
||||
IssueTracker: https://github.com/ibbaa/keepitup/issues
|
||||
Changelog: https://github.com/ibbaa/keepitup/releases
|
||||
|
||||
AutoName: Keep it up
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/ibbaa/keepitup.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.0
|
||||
versionCode: 1
|
||||
commit: 1.0.0
|
||||
subdir: keepitupmain
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-11-jdk
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.0.0
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue