diff --git a/metadata/com.omelan.cofi.yml b/metadata/com.omelan.cofi.yml index 1a767bc007..a04c957fee 100644 --- a/metadata/com.omelan.cofi.yml +++ b/metadata/com.omelan.cofi.yml @@ -92,7 +92,18 @@ Builds: gradle: - full + - versionName: 1.7.1 + versionCode: 66 + commit: a8cd97709684103e9348c9f7f70ea6c6633ba08b + 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.0 -CurrentVersionCode: 64 +CurrentVersion: 1.7.1 +CurrentVersionCode: 66