diff --git a/metadata/com.absinthe.libchecker.yml b/metadata/com.absinthe.libchecker.yml index 53ab585e18..61f49eaf3f 100644 --- a/metadata/com.absinthe.libchecker.yml +++ b/metadata/com.absinthe.libchecker.yml @@ -175,8 +175,26 @@ Builds: scandelete: - build-logic/build + - versionName: 2.4.1 + versionCode: 1749 + commit: 2.4.1 + 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.0 -CurrentVersionCode: 1682 +CurrentVersion: 2.4.1 +CurrentVersionCode: 1749