From 206967af2b015a735e45f3bbdb6317caa1d11e0b Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Tue, 7 Nov 2023 06:37:11 +0000 Subject: [PATCH] Update Stopwatch to 1.3 (4) --- metadata/com.github.muellerma.stopwatch.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/metadata/com.github.muellerma.stopwatch.yml b/metadata/com.github.muellerma.stopwatch.yml index a7fd3953a8..1be8b09252 100644 --- a/metadata/com.github.muellerma.stopwatch.yml +++ b/metadata/com.github.muellerma.stopwatch.yml @@ -37,7 +37,18 @@ Builds: gradle: - yes + - versionName: '1.3' + versionCode: 4 + commit: 2ebe11ea91250c3f8d998c3423d5a939abada324 + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + gradle: + - yes + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: '1.2' -CurrentVersionCode: 3 +CurrentVersion: '1.3' +CurrentVersionCode: 4