From 2f49d6e25bfacff3d08e63a17c90611e6dc889f2 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Fri, 1 Apr 2022 04:31:12 +0000 Subject: [PATCH] Update TinyBit launcher to 6.11 (33) --- metadata/rocks.tbog.tblauncher.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/metadata/rocks.tbog.tblauncher.yml b/metadata/rocks.tbog.tblauncher.yml index 80f810b93f..2882cfc57a 100644 --- a/metadata/rocks.tbog.tblauncher.yml +++ b/metadata/rocks.tbog.tblauncher.yml @@ -149,7 +149,18 @@ Builds: gradle: - yes + - versionName: '6.11' + versionCode: 33 + commit: 8fd2675cbabec1ae8b69694d1da82718762fb0a3 + 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: '6.10' -CurrentVersionCode: 32 +CurrentVersion: '6.11' +CurrentVersionCode: 33