mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
seal: 0.0.9-alpha07
This commit is contained in:
parent
9c6753a0de
commit
29637ad9da
1 changed files with 34 additions and 0 deletions
34
metadata/com.junkfood.seal.yml
Normal file
34
metadata/com.junkfood.seal.yml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
Categories:
|
||||
- Multimedia
|
||||
License: GPL-3.0-only
|
||||
AuthorName: junkfood
|
||||
SourceCode: https://github.com/JunkFood02/Seal
|
||||
IssueTracker: https://github.com/JunkFood02/Seal/issues
|
||||
Translation: https://hosted.weblate.org/projects/seal
|
||||
Changelog: https://github.com/JunkFood02/Seal/releases
|
||||
|
||||
AutoName: Seal
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/JunkFood02/Seal.git
|
||||
|
||||
Builds:
|
||||
- versionName: 0.0.9-alpha08
|
||||
versionCode: 98
|
||||
commit: a2763801006c3904f7791148318ab115092ad833
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' build.gradle.kts
|
||||
gradleprops:
|
||||
- noSplits
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: app/build.gradle.kts|versionCode\s=\s(\d+)||v(.*)
|
||||
CurrentVersion: 0.0.9-alpha08
|
||||
CurrentVersionCode: 98
|
||||
Loading…
Reference in a new issue