From c3bcc7f12d97ab526c460a72bce811811e9f490a Mon Sep 17 00:00:00 2001 From: TBog Date: Mon, 8 Aug 2022 23:44:50 +0300 Subject: [PATCH] Update TinyBit launcher flavor and version to 7.1 --- metadata/rocks.tbog.tblauncher.yml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/metadata/rocks.tbog.tblauncher.yml b/metadata/rocks.tbog.tblauncher.yml index a993fdffc5..d9ac372773 100644 --- a/metadata/rocks.tbog.tblauncher.yml +++ b/metadata/rocks.tbog.tblauncher.yml @@ -204,7 +204,18 @@ Builds: gradle: - yes + - versionName: '7.1' + versionCode: 39 + commit: d8f51b17483283d8a35caf4bc447ae16a7947725 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - fdroid + AutoUpdateMode: Version v%v -UpdateCheckMode: Tags -CurrentVersion: '7.0' -CurrentVersionCode: 38 +UpdateCheckMode: Tags ^v[^-_]*$ +CurrentVersion: '7.1' +CurrentVersionCode: 39