Update LibChecker to 2.4.3 (1893)

This commit is contained in:
F-Droid checkupdates bot 2023-12-04 04:19:43 +00:00
parent 5f3958606c
commit 0f0e2a20b4

View file

@ -211,8 +211,26 @@ Builds:
scandelete:
- build-logic/build
- versionName: 2.4.3
versionCode: 1893
commit: 2.4.3
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.2
CurrentVersionCode: 1755
CurrentVersion: 2.4.3
CurrentVersionCode: 1893