From c9e7cfc72d224ec3a51deb4059765dfb91b0d6f6 Mon Sep 17 00:00:00 2001 From: checkupdates bot <11877147-checkupdates-bot@users.noreply.gitlab.com> Date: Thu, 4 Dec 2025 04:50:56 +0000 Subject: [PATCH] Update Traditional T9 to 57.0 (1381) --- metadata/io.github.sspanak.tt9.yml | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/metadata/io.github.sspanak.tt9.yml b/metadata/io.github.sspanak.tt9.yml index 206609424a..dfe0d850a6 100644 --- a/metadata/io.github.sspanak.tt9.yml +++ b/metadata/io.github.sspanak.tt9.yml @@ -207,10 +207,26 @@ Builds: - gradle buildDictionaryDownloads || gradle buildDictionaryDownloads - sed -i -e '/tasks.register("buildDictionaryDownloads")/,/^}/s/^\s.*//' build.gradle + - versionName: '57.0' + versionCode: 1381 + commit: b81fc3b6b3a123ef712d8339290044dda5cf873f + 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: + - lite + prebuild: + - sed -i -e 's/Xmx6192m/Xmx9g/' ../gradle.properties + - gradle buildDictionaryDownloads || gradle buildDictionaryDownloads + - sed -i -e '/tasks.register("buildDictionaryDownloads")/,/^}/s/^\s.*//' build.gradle + AllowedAPKSigningKeys: 57f09ab8dcfedbb63fa309362fedbbb0d8026cada8b2dc78ff00057f98c6020b AutoUpdateMode: Version UpdateCheckMode: Tags ^v[a-z0-9.]*$ UpdateCheckData: app/src/main/AndroidManifest.xml|versionCode="(\d+)"|.|versionName="(.+)" -CurrentVersion: '56.0' -CurrentVersionCode: 1337 +CurrentVersion: '57.0' +CurrentVersionCode: 1381