From 09e85b3a9ebbec43863809b174bede1b88145e51 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sun, 1 May 2022 05:07:34 +0000 Subject: [PATCH] Update Tabletop Tools to 1.9 (10) --- metadata/com.github.muellerma.tabletoptools.yml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/metadata/com.github.muellerma.tabletoptools.yml b/metadata/com.github.muellerma.tabletoptools.yml index 2505d45133..b1febb6f6d 100644 --- a/metadata/com.github.muellerma.tabletoptools.yml +++ b/metadata/com.github.muellerma.tabletoptools.yml @@ -5,7 +5,7 @@ SourceCode: https://github.com/mueller-ma/TabletopTools IssueTracker: https://github.com/mueller-ma/TabletopTools/issues Changelog: https://github.com/mueller-ma/TabletopTools/releases -AutoName: Tabletop tools +AutoName: Tabletop Tools RepoType: git Repo: https://github.com/mueller-ma/TabletopTools.git @@ -94,7 +94,18 @@ Builds: gradle: - yes + - versionName: '1.9' + versionCode: 10 + commit: 12b5b341cbcbf2797306233a121a3057b827641f + 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.8' -CurrentVersionCode: 9 +CurrentVersion: '1.9' +CurrentVersionCode: 10