mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update Reader for Selfoss to 124010191-github (124010191)
This commit is contained in:
parent
c174d4ae4a
commit
8183e3fa95
1 changed files with 17 additions and 2 deletions
|
|
@ -626,6 +626,21 @@ Builds:
|
|||
- appLoginUsername="LOGIN"
|
||||
- appLoginPassword="PASS"
|
||||
|
||||
- versionName: 124010191-github
|
||||
versionCode: 124010191
|
||||
commit: v124010191
|
||||
subdir: androidApp
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
gradle:
|
||||
- githubConfig
|
||||
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.
|
||||
|
|
@ -633,5 +648,5 @@ MaintainerNotes: |
|
|||
AutoUpdateMode: Version v%c
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://amine-bouabdallaoui.fr/version.txt|versionCode=(\d+)|.|versionName=(.*)
|
||||
CurrentVersion: 124010032-github
|
||||
CurrentVersionCode: 124010032
|
||||
CurrentVersion: 124010191-github
|
||||
CurrentVersionCode: 124010191
|
||||
|
|
|
|||
Loading…
Reference in a new issue