mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-07 06:36:52 +00:00
Update Reader for Selfoss to 1722010141-github (1722010141)
This commit is contained in:
parent
e478242b52
commit
c24ab02428
1 changed files with 17 additions and 2 deletions
|
|
@ -492,6 +492,21 @@ Builds:
|
|||
- appLoginUsername="LOGIN"
|
||||
- appLoginPassword="PASS"
|
||||
|
||||
- versionName: 1722010141-github
|
||||
versionCode: 1722010141
|
||||
commit: v1722010141
|
||||
subdir: app
|
||||
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.
|
||||
|
|
@ -499,5 +514,5 @@ MaintainerNotes: |
|
|||
AutoUpdateMode: Version v%c
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://amine-louveau.fr/version.txt|versionCode=(.*)|.|versionName=(.*)
|
||||
CurrentVersion: 1722010073-github
|
||||
CurrentVersionCode: 1722010073
|
||||
CurrentVersion: 1722010141-github
|
||||
CurrentVersionCode: 1722010141
|
||||
|
|
|
|||
Loading…
Reference in a new issue