diff --git a/metadata/ch.logixisland.anuto.yml b/metadata/ch.logixisland.anuto.yml index ecc367f469..d44ffb64b8 100644 --- a/metadata/ch.logixisland.anuto.yml +++ b/metadata/ch.logixisland.anuto.yml @@ -178,7 +178,18 @@ Builds: gradle: - yes + - versionName: 0.8-1 + versionCode: 28 + commit: 83c85ec830c95038977fae1736fe8461433979c2 + 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' -CurrentVersionCode: 27 +CurrentVersion: 0.8-1 +CurrentVersionCode: 28