mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-22 05:44:54 +00:00
Update Reader for Selfoss to 123020511-github (123020511)
This commit is contained in:
parent
0522c7c984
commit
d8d1f85495
1 changed files with 15 additions and 2 deletions
|
|
@ -369,6 +369,19 @@ Builds:
|
||||||
- appLoginUsername="LOGIN"
|
- appLoginUsername="LOGIN"
|
||||||
- appLoginPassword="PASS"
|
- appLoginPassword="PASS"
|
||||||
|
|
||||||
|
- versionName: 123020511-github
|
||||||
|
versionCode: 123020511
|
||||||
|
commit: v123020511
|
||||||
|
subdir: androidApp
|
||||||
|
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: |
|
MaintainerNotes: |
|
||||||
Version code and name are dynamically generated from the Git tag.
|
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.
|
The Gradle properties are added to avoid a Gradle error but they are only used in test builds.
|
||||||
|
|
@ -376,5 +389,5 @@ MaintainerNotes: |
|
||||||
AutoUpdateMode: Version v%c
|
AutoUpdateMode: Version v%c
|
||||||
UpdateCheckMode: HTTP
|
UpdateCheckMode: HTTP
|
||||||
UpdateCheckData: https://amine-louveau.fr/version.txt|versionCode=(\d+)|.|versionName=(.*)
|
UpdateCheckData: https://amine-louveau.fr/version.txt|versionCode=(\d+)|.|versionName=(.*)
|
||||||
CurrentVersion: 123020491-github
|
CurrentVersion: 123020511-github
|
||||||
CurrentVersionCode: 123020491
|
CurrentVersionCode: 123020511
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue