diff --git a/metadata/com.omelan.cofi.yml b/metadata/com.omelan.cofi.yml index 642afcb640..6c35d13bd6 100644 --- a/metadata/com.omelan.cofi.yml +++ b/metadata/com.omelan.cofi.yml @@ -37,7 +37,18 @@ Builds: gradle: - full + - versionName: 1.3.3 + versionCode: 52 + commit: f7691a4fe04678937d1746ff4d52d2a3969e4f56 + 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.3.2 -CurrentVersionCode: 50 +CurrentVersion: 1.3.3 +CurrentVersionCode: 52