mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Added SimpleMP (again)
This commit is contained in:
parent
21a4bda6cd
commit
1032b0ce22
1 changed files with 30 additions and 0 deletions
30
metadata/com.lighttigerxiv.simple.mp.yml
Normal file
30
metadata/com.lighttigerxiv.simple.mp.yml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
Categories:
|
||||
- Multimedia
|
||||
License: MIT
|
||||
SourceCode: https://github.com/lighttigerXIV/SimpleMP-Compose
|
||||
IssueTracker: https://github.com/lighttigerXIV/SimpleMP-Compose/issues
|
||||
|
||||
AutoName: SimpleMP
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/lighttigerXIV/SimpleMP-Compose.git
|
||||
Binaries: https://github.com/lighttigerXIV/SimpleMP-Compose/releases/download/%v/SimpleMP-%v.apk
|
||||
|
||||
Builds:
|
||||
- versionName: BETA-1.6.2
|
||||
versionCode: 13
|
||||
commit: 304aa3a8e3346c6c6f5ad10eaf4ef3758e21d646
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AllowedAPKSigningKeys: 76ff63eb1d5d833f640e9707f997bdf3ccf8868ecac78dc8a9fff85bd0e8dcb4
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags BETA.*[0-9]$
|
||||
CurrentVersion: BETA-1.6.2
|
||||
CurrentVersionCode: 13
|
||||
Loading…
Reference in a new issue