diff --git a/metadata/org.biotstoiq.launch.yml b/metadata/org.biotstoiq.launch.yml index 86cac61861..7363315545 100644 --- a/metadata/org.biotstoiq.launch.yml +++ b/metadata/org.biotstoiq.launch.yml @@ -39,7 +39,18 @@ Builds: gradle: - yes + - versionName: '0.904' + versionCode: 5 + commit: 76a2951e27abb1f8c43cf9ad02b93fe64a64250f + 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.903' -CurrentVersionCode: 4 +CurrentVersion: '0.904' +CurrentVersionCode: 5