From cff45240a5c07151c61e43801eb540e922c10caf Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Tue, 13 Sep 2022 05:19:33 +0000 Subject: [PATCH] Update Randomix to 2.3 (38) --- metadata/com.minar.randomix.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/metadata/com.minar.randomix.yml b/metadata/com.minar.randomix.yml index 6824cdb08a..4599d4a536 100644 --- a/metadata/com.minar.randomix.yml +++ b/metadata/com.minar.randomix.yml @@ -106,7 +106,18 @@ Builds: gradle: - yes + - versionName: '2.3' + versionCode: 38 + commit: 7d6c5816867e816a3d6e10911647d2a925324cd9 + 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: '2.2' -CurrentVersionCode: 37 +CurrentVersion: '2.3' +CurrentVersionCode: 38