From 22049fb0b532c9866509ebbedc26c98026662f73 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Tue, 5 Apr 2022 03:30:51 +0000 Subject: [PATCH] Update Hex Launcher to 1.4.3 (43) --- metadata/com.mrmannwood.hexlauncher.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/metadata/com.mrmannwood.hexlauncher.yml b/metadata/com.mrmannwood.hexlauncher.yml index b08e8f8a33..fb74067ad7 100644 --- a/metadata/com.mrmannwood.hexlauncher.yml +++ b/metadata/com.mrmannwood.hexlauncher.yml @@ -35,7 +35,18 @@ Builds: gradle: - yes + - versionName: 1.4.3 + versionCode: 43 + commit: 2211c6c10ce23b92eaa911e545c41daf9037ce63 + 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 UpdateCheckMode: Tags -CurrentVersion: 1.4.1 -CurrentVersionCode: 41 +CurrentVersion: 1.4.3 +CurrentVersionCode: 43