diff --git a/metadata/ch.logixisland.anuto.yml b/metadata/ch.logixisland.anuto.yml index 45567072a1..ecc367f469 100644 --- a/metadata/ch.logixisland.anuto.yml +++ b/metadata/ch.logixisland.anuto.yml @@ -167,7 +167,18 @@ Builds: gradle: - yes + - versionName: '0.8' + versionCode: 27 + commit: a9d3f3acc24a50b0cab128ba65e84b0caf6c2f64 + 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.7-1 -CurrentVersionCode: 26 +CurrentVersion: '0.8' +CurrentVersionCode: 27