mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
new app: Torrents-CSV (com.torrents_csv_android)
This commit is contained in:
parent
a482442446
commit
a787c6acc9
1 changed files with 35 additions and 0 deletions
35
metadata/com.torrents_csv_android.yml
Normal file
35
metadata/com.torrents_csv_android.yml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
Categories:
|
||||
- Internet
|
||||
License: AGPL-3.0-only
|
||||
AuthorName: heretic
|
||||
AuthorEmail: tyhou13@gmx.com
|
||||
AuthorWebSite: https://torrents-csv.ml
|
||||
WebSite: https://torrents-csv.ml
|
||||
SourceCode: https://gitea.com/heretic/torrents-csv-android
|
||||
IssueTracker: https://gitea.com/heretic/torrents-csv-android/issues
|
||||
Liberapay: dessalines
|
||||
|
||||
AutoName: Torrents-csv
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitea.com/heretic/torrents-csv-android
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.6
|
||||
versionCode: 7
|
||||
commit: 1.0.6
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
init:
|
||||
- sed -i -e '/signingConfigs {/,+7d' build.gradle
|
||||
- sed -i -e '/keystoreProperties.load/d' build.gradle
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.0.6
|
||||
CurrentVersionCode: 7
|
||||
Loading…
Reference in a new issue