mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-04 21:26:57 +00:00
Update LibChecker to 2.4.2 (1755)
This commit is contained in:
parent
258cf90a64
commit
0a2f28c05b
1 changed files with 20 additions and 2 deletions
|
|
@ -193,8 +193,26 @@ Builds:
|
|||
scandelete:
|
||||
- build-logic/build
|
||||
|
||||
- versionName: 2.4.2
|
||||
versionCode: 1755
|
||||
commit: 2.4.2
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
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: Version %v
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://github.com/LibChecker/LibChecker/releases/latest/download/version_code.txt|versionCode=(\d+)|.|versionName=([\d.]+)\..+
|
||||
CurrentVersion: 2.4.1
|
||||
CurrentVersionCode: 1749
|
||||
CurrentVersion: 2.4.2
|
||||
CurrentVersionCode: 1755
|
||||
|
|
|
|||
Loading…
Reference in a new issue