diff --git a/metadata/ch.logixisland.anuto.yml b/metadata/ch.logixisland.anuto.yml index a55b0aff99..54e7c6b2a1 100644 --- a/metadata/ch.logixisland.anuto.yml +++ b/metadata/ch.logixisland.anuto.yml @@ -189,7 +189,18 @@ Builds: gradle: - yes + - versionName: '0.9' + versionCode: 29 + commit: 67fee44087eef28a6b95b731393c57814ca51713 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - yes + AutoUpdateMode: Version v%v UpdateCheckMode: Tags -CurrentVersion: 0.8-1 -CurrentVersionCode: 28 +CurrentVersion: '0.9' +CurrentVersionCode: 29