diff --git a/metadata/com.github.sourzo.a_rithist.yml b/metadata/com.github.sourzo.a_rithist.yml index e3e5046fc0..bee14d11a5 100644 --- a/metadata/com.github.sourzo.a_rithist.yml +++ b/metadata/com.github.sourzo.a_rithist.yml @@ -31,9 +31,27 @@ Builds: - $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner --replace unaligned.apk $$OUT$$ + - versionName: 1.0.6 + versionCode: 7 + commit: 1090598e73fcd018d5ab107492fda23543bfa29a + 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 + postbuild: + - mv $$OUT$$ unaligned.apk + - $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner + --replace unaligned.apk $$OUT$$ + AllowedAPKSigningKeys: c3d339d4c0d6b822114540fd467d59a5b04be22bf0594aeda2f953162e55658e AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 1.0.5 -CurrentVersionCode: 6 +CurrentVersion: 1.0.6 +CurrentVersionCode: 7