mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
readerforselfossv2 - update repo. add update
This commit is contained in:
parent
218c0b6f45
commit
310006e524
1 changed files with 24 additions and 7 deletions
|
|
@ -2,16 +2,16 @@ Categories:
|
|||
- Internet
|
||||
- Reading
|
||||
License: GPL-3.0-only
|
||||
SourceCode: https://gitea.amine-louveau.fr/Louvorg/ReaderForSelfoss-multiplatform
|
||||
IssueTracker: https://gitea.amine-louveau.fr/Louvorg/ReaderForSelfoss-multiplatform/issues
|
||||
SourceCode: https://gitea.amine-bouabdallaoui.fr/Louvorg/ReaderForSelfoss-multiplatform
|
||||
IssueTracker: https://gitea.amine-bouabdallaoui.fr/Louvorg/ReaderForSelfoss-multiplatform/issues
|
||||
Translation: https://crowdin.com/project/readerforselfoss
|
||||
Changelog: https://gitea.amine-louveau.fr/Louvorg/ReaderForSelfoss-multiplatform/src/branch/master/CHANGELOG.md
|
||||
Changelog: https://gitea.amine-bouabdallaoui.fr/Louvorg/ReaderForSelfoss-multiplatform/src/branch/master/CHANGELOG.md
|
||||
Donate: https://www.buymeacoffee.com/aminecmi
|
||||
|
||||
AutoName: Reader for Selfoss
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitea.amine-louveau.fr/Louvorg/ReaderForSelfoss-multiplatform.git
|
||||
Repo: https://gitea.amine-bouabdallaoui.fr/Louvorg/ReaderForSelfoss-multiplatform.git
|
||||
|
||||
Builds:
|
||||
- versionName: 122092503-github
|
||||
|
|
@ -581,12 +581,29 @@ Builds:
|
|||
- appLoginUsername="LOGIN"
|
||||
- appLoginPassword="PASS"
|
||||
|
||||
- versionName: 123102961-github
|
||||
versionCode: 123102961
|
||||
commit: v123102961
|
||||
subdir: androidApp
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
gradle:
|
||||
- githubConfig
|
||||
prebuild: sed -i -e '/amine-louveau/d' -e '/buildCache {/,+8d' -e '/IMPORTANT/d'
|
||||
-e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
|
||||
gradleprops:
|
||||
- appLoginUrl="URL"
|
||||
- appLoginUsername="LOGIN"
|
||||
- appLoginPassword="PASS"
|
||||
|
||||
MaintainerNotes: |
|
||||
Version code and name are dynamically generated from the Git tag.
|
||||
The Gradle properties are added to avoid a Gradle error but they are only used in test builds.
|
||||
|
||||
AutoUpdateMode: Version v%c
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://amine-louveau.fr/version.txt|versionCode=(\d+)|.|versionName=(.*)
|
||||
CurrentVersion: 123102852-github
|
||||
CurrentVersionCode: 123102852
|
||||
UpdateCheckData: https://amine-bouabdallaoui.fr/version.txt|versionCode=(\d+)|.|versionName=(.*)
|
||||
CurrentVersion: 123102961-github
|
||||
CurrentVersionCode: 123102961
|
||||
|
|
|
|||
Loading…
Reference in a new issue