From 0f0e2a20b41645783f29f9ffdc44c9e39bbe8687 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Mon, 4 Dec 2023 04:19:43 +0000 Subject: [PATCH] Update LibChecker to 2.4.3 (1893) --- metadata/com.absinthe.libchecker.yml | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/metadata/com.absinthe.libchecker.yml b/metadata/com.absinthe.libchecker.yml index d2a05bda44..4c57b581bb 100644 --- a/metadata/com.absinthe.libchecker.yml +++ b/metadata/com.absinthe.libchecker.yml @@ -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