mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
add Gramophone
This commit is contained in:
parent
d0301ad528
commit
cd94dc1a5f
1 changed files with 35 additions and 0 deletions
35
metadata/org.akanework.gramophone.yml
Normal file
35
metadata/org.akanework.gramophone.yml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
Categories:
|
||||
- Multimedia
|
||||
License: GPL-3.0-only
|
||||
AuthorName: AkaneTan, nift4
|
||||
AuthorEmail: akane.beneckendorff@gmail.com
|
||||
SourceCode: https://github.com/AkaneTan/Gramophone
|
||||
IssueTracker: https://github.com/AkaneTan/Gramophone/issues
|
||||
Translation: https://hosted.weblate.org/projects/gramophone/
|
||||
Changelog: https://github.com/AkaneTan/Gramophone/releases
|
||||
|
||||
AutoName: Gramophone
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/AkaneTan/Gramophone.git
|
||||
Binaries: https://github.com/AkaneTan/Gramophone/releases/download/%v/Gramophone-%v-release.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.4.1
|
||||
versionCode: 6
|
||||
commit: 1.0.4.1
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: echo 'releaseType=Release' > ../package.properties
|
||||
|
||||
AllowedAPKSigningKeys: f451197ad7b80bd1bc981ba38a2c49d471856fb38bcc333676d6e8f8f3ce5d6e
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.0.4.1
|
||||
CurrentVersionCode: 6
|
||||
Loading…
Reference in a new issue