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