diff --git a/metadata/com.omelan.cofi.yml b/metadata/com.omelan.cofi.yml index c656dfabcb..a022257dc5 100644 --- a/metadata/com.omelan.cofi.yml +++ b/metadata/com.omelan.cofi.yml @@ -147,7 +147,18 @@ Builds: gradle: - full + - versionName: 1.8.0 + versionCode: 83 + commit: 2719d8111977e02290520fc6a63c669d6e0da127 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk + - update-alternatives --auto java + gradle: + - full + AutoUpdateMode: Version v%v UpdateCheckMode: Tags -CurrentVersion: 1.7.8 -CurrentVersionCode: 81 +CurrentVersion: 1.8.0 +CurrentVersionCode: 83