diff --git a/metadata/com.absinthe.libchecker.yml b/metadata/com.absinthe.libchecker.yml index 20e3736393..9b019e6c99 100644 --- a/metadata/com.absinthe.libchecker.yml +++ b/metadata/com.absinthe.libchecker.yml @@ -306,8 +306,31 @@ Builds: scandelete: - build-logic/build + - versionName: 2.5.3 + versionCode: 2515 + commit: 2.5.3 + subdir: app + sudo: + - echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list + - apt-get update + - apt-get install -y -t trixie openjdk-21-jdk-headless + - update-alternatives --auto java + 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 + - sed -i -e '/foojay/d' ../settings.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.2 -CurrentVersionCode: 2441 +CurrentVersion: 2.5.3 +CurrentVersionCode: 2515