mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Add new app: Aggregator
This commit is contained in:
parent
e88f39ac2f
commit
dfb68ffb27
1 changed files with 30 additions and 0 deletions
30
metadata/com.tughi.aggregator.yml
Normal file
30
metadata/com.tughi.aggregator.yml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
Categories:
|
||||
- Reading
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Ștefan Șelariu
|
||||
WebSite: https://tughi.github.io/aggregator-android/
|
||||
SourceCode: https://github.com/tughi/aggregator-android
|
||||
IssueTracker: https://github.com/tughi/aggregator-android/issues
|
||||
|
||||
AutoName: Aggregator
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/tughi/aggregator-android.git
|
||||
|
||||
Builds:
|
||||
- versionName: Preview:031
|
||||
versionCode: 299031
|
||||
commit: preview-031
|
||||
subdir: app
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless tree
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- fdroid
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: preview-031
|
||||
CurrentVersionCode: 299031
|
||||
Loading…
Reference in a new issue