From 1a561f7a4c3cf9ab7dd132a989bc99a582b2f32f Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Thu, 28 Apr 2022 04:27:23 +0000 Subject: [PATCH] Update TinyBit launcher to 6.14 (36) --- 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 0132b24759..c4aa102162 100644 --- a/metadata/rocks.tbog.tblauncher.yml +++ b/metadata/rocks.tbog.tblauncher.yml @@ -171,7 +171,18 @@ Builds: gradle: - yes + - versionName: '6.14' + versionCode: 36 + commit: 3e835fe2a5987765474efed796986317e21843a6 + 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.12' -CurrentVersionCode: 34 +CurrentVersion: '6.14' +CurrentVersionCode: 36