mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
add: Ad-silence (bluepie.ad_silence)
This commit is contained in:
parent
5f3fe27dc7
commit
b51c1d2e37
1 changed files with 33 additions and 0 deletions
33
metadata/bluepie.ad_silence.yml
Normal file
33
metadata/bluepie.ad_silence.yml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
AntiFeatures:
|
||||
- NonFreeAdd
|
||||
Categories:
|
||||
- System
|
||||
License: GPL-3.0-only
|
||||
AuthorName: BluePie
|
||||
AuthorEmail: iambluepie@gmail.com
|
||||
AuthorWebSite: https://github.com/aghontpi
|
||||
WebSite: https://github.com/aghontpi/ad-silence
|
||||
SourceCode: https://github.com/aghontpi/ad-silence
|
||||
IssueTracker: https://github.com/aghontpi/ad-silence/issues
|
||||
|
||||
AutoName: Ad-silence
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/aghontpi/ad-silence.git
|
||||
|
||||
Builds:
|
||||
- versionName: 0.3.0
|
||||
versionCode: 7
|
||||
commit: a28e8eb5751431da5dcf22d185674073fc0e1f6f
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.3.0
|
||||
CurrentVersionCode: 7
|
||||
Loading…
Reference in a new issue