From c3da64625141b111403a3be9f3334edac56eb688 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sun, 5 Feb 2023 04:09:43 +0000 Subject: [PATCH] Update LibChecker to 2.3.6 (1497) --- metadata/com.absinthe.libchecker.yml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/metadata/com.absinthe.libchecker.yml b/metadata/com.absinthe.libchecker.yml index 0bd522c754..cf3ca3e41e 100644 --- a/metadata/com.absinthe.libchecker.yml +++ b/metadata/com.absinthe.libchecker.yml @@ -101,8 +101,22 @@ Builds: scandelete: - build-logic/build + - versionName: 2.3.6 + versionCode: 1497 + commit: 2.3.6 + subdir: app + 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.3.5 -CurrentVersionCode: 1465 +CurrentVersion: 2.3.6 +CurrentVersionCode: 1497