From 02eed94beb064648648f7e63568b24bec2e22c65 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sun, 16 Mar 2025 05:19:23 +0000 Subject: [PATCH] Update LibChecker to 2.5.1 (2343) --- metadata/com.absinthe.libchecker.yml | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/metadata/com.absinthe.libchecker.yml b/metadata/com.absinthe.libchecker.yml index 0cafdd91ab..ef66f0a002 100644 --- a/metadata/com.absinthe.libchecker.yml +++ b/metadata/com.absinthe.libchecker.yml @@ -261,8 +261,25 @@ Builds: scandelete: - build-logic/build + - versionName: 2.5.1 + versionCode: 2343 + commit: 2.5.1 + subdir: app + gradle: + - foss + rm: + - app/ohos + prebuild: + - sed -i -e '/versionName =/s/verName/"$$VERSION$$"/' ../build-logic/src/main/kotlin/Projects.kt + - sed -i -e '/configure {/,+2d' build.gradle.kts + - sed -i -e '/gms/d' -e '/crashlytics/d' {..,.}/build.gradle.kts + 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.5.0 -CurrentVersionCode: 2159 +CurrentVersion: 2.5.1 +CurrentVersionCode: 2343