Update LibChecker to 2.4.4 (1897)

This commit is contained in:
F-Droid checkupdates bot 2023-12-05 04:19:32 +00:00
parent 6837dbe8a2
commit 862a69d475

View file

@ -229,8 +229,26 @@ Builds:
scandelete:
- build-logic/build
- versionName: 2.4.4
versionCode: 1897
commit: 2.4.4
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.3
CurrentVersionCode: 1893
CurrentVersion: 2.4.4
CurrentVersionCode: 1897