mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Add org.fairscan.app
This commit is contained in:
parent
5e47bda81c
commit
c399d49270
1 changed files with 38 additions and 0 deletions
38
metadata/org.fairscan.app.yml
Normal file
38
metadata/org.fairscan.app.yml
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
Categories:
|
||||
- Graphics
|
||||
- Multimedia
|
||||
License: GPL-3.0-only
|
||||
AuthorName: pynicolas
|
||||
WebSite: https://fairscan.org/
|
||||
SourceCode: https://github.com/pynicolas/FairScan
|
||||
IssueTracker: https://github.com/pynicolas/FairScan/issues
|
||||
|
||||
AutoName: FairScan
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/pynicolas/FairScan.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.2.0
|
||||
versionCode: 23
|
||||
commit: 189af12c88b56d60f8d718489fce2b33785f6efa
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e '/arm64-v8a/d' build.gradle.kts
|
||||
|
||||
- versionName: 1.2.0
|
||||
versionCode: 24
|
||||
commit: 189af12c88b56d60f8d718489fce2b33785f6efa
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e '/armeabi-v7a/d' build.gradle.kts
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
VercodeOperation:
|
||||
- '%c - 1'
|
||||
- '%c'
|
||||
CurrentVersion: 1.2.0
|
||||
CurrentVersionCode: 24
|
||||
Loading…
Reference in a new issue