mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
New App: Warmongr
This commit is contained in:
parent
c658e5bbeb
commit
e590fb4df6
1 changed files with 33 additions and 0 deletions
33
metadata/org.sirekanyan.warmongr.yml
Normal file
33
metadata/org.sirekanyan.warmongr.yml
Normal file
|
|
@ -0,0 +1,33 @@
|
||||||
|
Categories:
|
||||||
|
- Science & Education
|
||||||
|
License: MIT
|
||||||
|
AuthorName: Vadik Sirekanyan
|
||||||
|
WebSite: https://sirekanyan.org/projects/warmongr
|
||||||
|
SourceCode: https://gitlab.com/sirekanyan.org/warmongr
|
||||||
|
IssueTracker: https://gitlab.com/sirekanyan.org/warmongr/issues
|
||||||
|
|
||||||
|
AutoName: Warmongr
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://gitlab.com/sirekanyan.org/warmongr.git
|
||||||
|
Binaries: https://github.com/sirekanian/warmongr/releases/download/v%v/org.sirekanyan.warmongr-%v-%c-release.apk
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.0.1
|
||||||
|
versionCode: 39
|
||||||
|
commit: v1.0.1
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y openjdk-17-jdk-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AllowedAPKSigningKeys: 613948a35cdbe1d151954bfccb66eb74c830ea69242b308a44ddb55aacae4f2c
|
||||||
|
|
||||||
|
AutoUpdateMode: Version
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
UpdateCheckData: gradle.properties|appVersionCode=(\d+)|.|appVersionName=([\d.]+)
|
||||||
|
CurrentVersion: 1.0.1
|
||||||
|
CurrentVersionCode: 39
|
||||||
Loading…
Reference in a new issue