From 8269b0412c121180fda4feae670d264b2423efc4 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Fri, 31 Mar 2023 04:12:50 +0000 Subject: [PATCH] Update LibChecker to 2.3.9 (1586) --- 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 a450ce6d97..a48e787a05 100644 --- a/metadata/com.absinthe.libchecker.yml +++ b/metadata/com.absinthe.libchecker.yml @@ -143,8 +143,22 @@ Builds: scandelete: - build-logic/build + - versionName: 2.3.9 + versionCode: 1586 + commit: 2.3.9 + 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.8 -CurrentVersionCode: 1542 +CurrentVersion: 2.3.9 +CurrentVersionCode: 1586