diff --git a/metadata/org.biotstoiq.launch.yml b/metadata/org.biotstoiq.launch.yml index a97b9e4510..04d354832e 100644 --- a/metadata/org.biotstoiq.launch.yml +++ b/metadata/org.biotstoiq.launch.yml @@ -61,7 +61,18 @@ Builds: gradle: - yes + - versionName: '0.908' + versionCode: 9 + commit: 1404246c24300969bb2475cd37b45a8a9231b24a + 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.907' -CurrentVersionCode: 8 +CurrentVersion: '0.908' +CurrentVersionCode: 9