mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-07 22:56:56 +00:00
Update Reader for Selfoss to 122092561-github (122092561)
This commit is contained in:
parent
396c989bf6
commit
022565cccf
1 changed files with 17 additions and 2 deletions
|
|
@ -29,6 +29,21 @@ Builds:
|
|||
- appLoginUsername="LOGIN"
|
||||
- appLoginPassword="PASS"
|
||||
|
||||
- versionName: 122092561-github
|
||||
versionCode: 122092561
|
||||
commit: v122092561
|
||||
subdir: androidApp
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
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.
|
||||
|
|
@ -36,5 +51,5 @@ MaintainerNotes: |
|
|||
AutoUpdateMode: Version v%c
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://amine-louveau.fr/version.txt|versionCode=(.*)|.|versionName=(.*)
|
||||
CurrentVersion: 122092503-github
|
||||
CurrentVersionCode: 122092503
|
||||
CurrentVersion: 122092561-github
|
||||
CurrentVersionCode: 122092561
|
||||
|
|
|
|||
Loading…
Reference in a new issue