diff --git a/metadata/io.github.sspanak.tt9.yml b/metadata/io.github.sspanak.tt9.yml index 1f2e6326b3..319746c064 100644 --- a/metadata/io.github.sspanak.tt9.yml +++ b/metadata/io.github.sspanak.tt9.yml @@ -168,10 +168,21 @@ Builds: - gradle buildDictionaryDownloads || gradle buildDictionaryDownloads - sed -i -e '/tasks.register("buildDictionaryDownloads")/,/^}/s/^\s.*//' build.gradle + - versionName: '50.0' + versionCode: 1146 + commit: 2339aec1b6fb126b5c9a8b755c8532696a5efddf + 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: '49.0' -CurrentVersionCode: 1027 +CurrentVersion: '50.0' +CurrentVersionCode: 1146