From 862a69d4753f649a89d391b89d17e1f6873ade12 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Tue, 5 Dec 2023 04:19:32 +0000 Subject: [PATCH] Update LibChecker to 2.4.4 (1897) --- 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 4c57b581bb..927732dad4 100644 --- a/metadata/com.absinthe.libchecker.yml +++ b/metadata/com.absinthe.libchecker.yml @@ -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