diff --git a/metadata/app.tice.TICE.production.yml b/metadata/app.tice.TICE.production.yml index b94df5df17..beb556f8ab 100644 --- a/metadata/app.tice.TICE.production.yml +++ b/metadata/app.tice.TICE.production.yml @@ -64,8 +64,24 @@ Builds: gradleprops: - HCAPTCHA_SITE_KEY=b37ebfa6-d625-4196-92e6-e67515f25891 + - versionName: '2.3' + versionCode: 38 + commit: b960c42d043567277262778fe92234a3ae4008f7 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - productionFdroid + prebuild: + - sed -i.backup '66,75d' ../build.gradle + - sed -i.backup '7d' build.gradle + gradleprops: + - HCAPTCHA_SITE_KEY=b37ebfa6-d625-4196-92e6-e67515f25891 + AutoUpdateMode: Version %v-%c-releaseFdroid UpdateCheckMode: Tags .*-releaseFdroid UpdateCheckName: Ignore CurrentVersion: '2.3' -CurrentVersionCode: 37 +CurrentVersionCode: 38