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