mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
New App: Keep Alive
This commit is contained in:
parent
bd1551b5f2
commit
7e9f44fa27
1 changed files with 36 additions and 0 deletions
36
metadata/io.keepalive.android.yml
Normal file
36
metadata/io.keepalive.android.yml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
Categories:
|
||||
- Phone & SMS
|
||||
- Sports & Health
|
||||
License: Apache-2.0
|
||||
AuthorEmail: dev@keep-alive.io
|
||||
SourceCode: https://github.com/keepalivedev/KeepAlive
|
||||
IssueTracker: https://github.com/keepalivedev/KeepAlive/issues
|
||||
|
||||
AutoName: Keep Alive
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/keepalivedev/KeepAlive
|
||||
Binaries: https://github.com/keepalivedev/KeepAlive/releases/download/%v/app-fDroid-release.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.5
|
||||
versionCode: 105
|
||||
commit: 872fbe1c67faab2cfa669acb93240d1c23fb541d
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- fDroid
|
||||
srclibs:
|
||||
- reproducible-apk-tools@v0.2.3
|
||||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
|
||||
'META-INF/services/*'
|
||||
|
||||
AllowedAPKSigningKeys: c45567b712d6fd7979df14f66f8a5c25859ee223e1f07e915a7eee201c14baef
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.0.5
|
||||
CurrentVersionCode: 105
|
||||
Loading…
Reference in a new issue