From c125f21826f0a7d32f50bb30848554a01854a9da Mon Sep 17 00:00:00 2001 From: checkupdates bot <11877147-checkupdates-bot@users.noreply.gitlab.com> Date: Wed, 18 Dec 2024 09:20:09 +0000 Subject: [PATCH] Update Code Word to 1.4.4 (13) --- metadata/com.peaceray.codeword.yml | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/metadata/com.peaceray.codeword.yml b/metadata/com.peaceray.codeword.yml index cb6921683b..f1f3fcef09 100644 --- a/metadata/com.peaceray.codeword.yml +++ b/metadata/com.peaceray.codeword.yml @@ -23,9 +23,26 @@ Builds: - shopt -s globstar - sed -i -z -e 's/\n/\r\n/g' src/main/assets/**/*.{txt,html,css} + - versionName: 1.4.4 + versionCode: 13 + commit: 90f644b09cd0e1ace6b240ab8ff69d52eadf66c7 + 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: + - yes + srclibs: + - reproducible-apk-tools@v0.3.0 + prebuild: sed -i -z -e 's/\n/\r\n/g' src/main/assets/{documents/*/*.{html,css},words/en-US/standard/length-*/*.txt} + postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$ + 'assets/words/en-US/standard/dictionary.txt' + AllowedAPKSigningKeys: 8926b0e272f64cb214b37ba64a78a47e24a4857a48f27ddc131ff92df4907360 AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 1.4.2 -CurrentVersionCode: 11 +CurrentVersion: 1.4.4 +CurrentVersionCode: 13