mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 07:06:52 +00:00
Add Livio RSSReader
This commit is contained in:
parent
f2f1a5114f
commit
7dd928927b
1 changed files with 32 additions and 0 deletions
32
metadata/livio.rssreader.yml
Normal file
32
metadata/livio.rssreader.yml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
Categories:
|
||||
- Internet
|
||||
- Reading
|
||||
License: GPL-2.0-only
|
||||
AuthorName: Livio
|
||||
AuthorEmail: javalc6@gmail.com
|
||||
WebSite: https://thesaurus.altervista.org/newsreader-help
|
||||
SourceCode: https://github.com/javalc6/rssreader
|
||||
|
||||
AutoName: News Reader
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/javalc6/rssreader.git
|
||||
|
||||
Builds:
|
||||
- versionName: '1.00'
|
||||
versionCode: 100
|
||||
commit: '100'
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version %c
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.00'
|
||||
CurrentVersionCode: 100
|
||||
Loading…
Reference in a new issue