From ac6824a25adba76cfd93b1cb34cb498880eb15fc Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Mon, 26 Feb 2024 16:54:08 +0000 Subject: [PATCH] Update whoBIRD to 2.1 (21) --- metadata/org.woheller69.whobird.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/metadata/org.woheller69.whobird.yml b/metadata/org.woheller69.whobird.yml index d48af995c0..835e98a0de 100644 --- a/metadata/org.woheller69.whobird.yml +++ b/metadata/org.woheller69.whobird.yml @@ -52,7 +52,18 @@ Builds: gradle: - yes + - versionName: '2.1' + versionCode: 21 + commit: d5cccd63d9f14170cc3d7e091a62af3cf53e641b + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-alternatives --auto java + gradle: + - yes + AutoUpdateMode: Version UpdateCheckMode: Tags V.* -CurrentVersion: '2.0' -CurrentVersionCode: 20 +CurrentVersion: '2.1' +CurrentVersionCode: 21