From 73de6936696971ca83f4af90bb213c7a21793d92 Mon Sep 17 00:00:00 2001 From: checkupdates bot <11877147-checkupdates-bot@users.noreply.gitlab.com> Date: Tue, 29 Jul 2025 04:45:23 +0000 Subject: [PATCH] Update Traditional T9 to 52.0 (1217) --- metadata/io.github.sspanak.tt9.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/metadata/io.github.sspanak.tt9.yml b/metadata/io.github.sspanak.tt9.yml index 3963b839de..807c0d5234 100644 --- a/metadata/io.github.sspanak.tt9.yml +++ b/metadata/io.github.sspanak.tt9.yml @@ -180,10 +180,21 @@ Builds: - gradle buildDictionaryDownloads || gradle buildDictionaryDownloads - sed -i -e '/tasks.register("buildDictionaryDownloads")/,/^}/s/^\s.*//' build.gradle + - versionName: '52.0' + versionCode: 1217 + commit: 278853ca9a1d0ee3ff4fa906b9e737c16c1c7f14 + subdir: app + 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: '50.0' -CurrentVersionCode: 1146 +CurrentVersion: '52.0' +CurrentVersionCode: 1217