From 6d22b274ae59c35951a78c44f3f566d3d5c5f81c Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sun, 17 Jul 2022 03:56:20 +0000 Subject: [PATCH] Update launch to 0.903 (4) --- metadata/org.biotstoiq.launch.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/metadata/org.biotstoiq.launch.yml b/metadata/org.biotstoiq.launch.yml index c311ff633b..86cac61861 100644 --- a/metadata/org.biotstoiq.launch.yml +++ b/metadata/org.biotstoiq.launch.yml @@ -28,7 +28,18 @@ Builds: gradle: - yes + - versionName: '0.903' + versionCode: 4 + commit: 1ead3442adc0d42a29ba31e26c12b1f460dbe25d + 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.901' -CurrentVersionCode: 2 +CurrentVersion: '0.903' +CurrentVersionCode: 4