From 49af22d47408fe63009ea4d2058e3836cf290b67 Mon Sep 17 00:00:00 2001 From: Robin Date: Sat, 15 Jul 2023 07:26:20 +0000 Subject: [PATCH] Update Toadua to v2.0.0 --- metadata/town.robin.toadua.yml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/metadata/town.robin.toadua.yml b/metadata/town.robin.toadua.yml index 6ace2233c7..5ad82c50d6 100644 --- a/metadata/town.robin.toadua.yml +++ b/metadata/town.robin.toadua.yml @@ -2,7 +2,7 @@ Categories: - Internet - Reading License: MIT -AuthorName: Robin Townsend +AuthorName: Robin AuthorEmail: robin@robin.town AuthorWebSite: https://robin.town/ SourceCode: https://github.com/toaq/toadua-android @@ -25,7 +25,18 @@ Builds: gradle: - yes + - versionName: 2.0.0 + versionCode: 6 + commit: v2.0.0 + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-alternatives --auto java + gradle: + - yes + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 1.1.0 -CurrentVersionCode: 5 +CurrentVersion: 2.0.0 +CurrentVersionCode: 6