mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
New App: Sav PDF Viewer Pro
This commit is contained in:
parent
bf26ba1ae4
commit
2269a9d58a
1 changed files with 39 additions and 0 deletions
39
metadata/com.saverio.pdfviewer.yml
Normal file
39
metadata/com.saverio.pdfviewer.yml
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
AntiFeatures:
|
||||
- KnownVuln
|
||||
Categories:
|
||||
- Reading
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Saverio Morelli
|
||||
AuthorEmail: saverio.morelli@protonmail.com
|
||||
AuthorWebSite: https://saveriomorelli.com
|
||||
WebSite: https://www.saveriomorelli.com/projects/sav-pdf-viewer/
|
||||
SourceCode: https://github.com/Sav22999/sav-pdf-viewer-pro
|
||||
IssueTracker: https://github.com/Sav22999/sav-pdf-viewer-pro/issues
|
||||
Changelog: https://github.com/Sav22999/sav-pdf-viewer-pro/releases
|
||||
Donate: https://www.paypal.com/pools/c/8yl6auiU6e
|
||||
Liberapay: Sav22999
|
||||
|
||||
AutoName: Sav PDF Viewer
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Sav22999/sav-pdf-viewer-pro.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.8.0.2
|
||||
versionCode: 32
|
||||
commit: 1.8.0.2
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
MaintainerNotes: KnownVuln as it uses a very old version of pdfium with many vulnerabilities,
|
||||
see https://gitlab.com/fdroid/fdroiddata/-/merge_requests/9913#note_701892370
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.8.0.2
|
||||
CurrentVersionCode: 32
|
||||
Loading…
Reference in a new issue