diff --git a/metadata/com.absinthe.libchecker.yml b/metadata/com.absinthe.libchecker.yml index 70d519fd2a..a6b6fc23d9 100644 --- a/metadata/com.absinthe.libchecker.yml +++ b/metadata/com.absinthe.libchecker.yml @@ -157,8 +157,22 @@ Builds: scandelete: - build-logic/build + - versionName: 2.4.0 + versionCode: 1682 + commit: 2.4.0 + 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.9 -CurrentVersionCode: 1587 +CurrentVersion: 2.4.0 +CurrentVersionCode: 1682