mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Update Reader for Selfoss to 123113311-github (123113311)
This commit is contained in:
parent
6968b0c55e
commit
3b20267704
1 changed files with 17 additions and 2 deletions
|
|
@ -596,6 +596,21 @@ Builds:
|
|||
- appLoginUsername="LOGIN"
|
||||
- appLoginPassword="PASS"
|
||||
|
||||
- versionName: 123113311-github
|
||||
versionCode: 123113311
|
||||
commit: v123113311
|
||||
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.
|
||||
|
|
@ -603,5 +618,5 @@ MaintainerNotes: |
|
|||
AutoUpdateMode: Version v%c
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://amine-bouabdallaoui.fr/version.txt|versionCode=(\d+)|.|versionName=(.*)
|
||||
CurrentVersion: 123102961-github
|
||||
CurrentVersionCode: 123102961
|
||||
CurrentVersion: 123113311-github
|
||||
CurrentVersionCode: 123113311
|
||||
|
|
|
|||
Loading…
Reference in a new issue