mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-23 22:27:27 +00:00
libchecker: enable auto update
This commit is contained in:
parent
66807440d6
commit
74c523c6aa
1 changed files with 7 additions and 5 deletions
|
|
@ -87,20 +87,22 @@ Builds:
|
|||
scandelete:
|
||||
- build-logic/build
|
||||
|
||||
- versionName: 2.3.5.fbbe4e0d
|
||||
- versionName: 2.3.5
|
||||
versionCode: 1465
|
||||
commit: fbbe4e0dacfceb45592172efaed5dac8fe459d0b
|
||||
commit: 2.3.5
|
||||
subdir: app
|
||||
gradle:
|
||||
- foss
|
||||
rm:
|
||||
- app/ohos
|
||||
prebuild: sed -i -e '/versionName =/s/verName/"$$VERSION$$"/' ../build-logic/src/main/kotlin/Projects.kt
|
||||
scanignore:
|
||||
- app/src/main/assets/anim/*.json.zip
|
||||
scandelete:
|
||||
- build-logic/build
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 2.3.5.fbbe4e0d
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://github.com/LibChecker/LibChecker/releases/latest/download/version_code.txt|versionCode=(\d+)|.|versionName=([\d.]+)\..+
|
||||
CurrentVersion: 2.3.5
|
||||
CurrentVersionCode: 1465
|
||||
|
|
|
|||
Loading…
Reference in a new issue