From 8ee6a1938e309712165895493029b529f03b3a89 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sun, 16 Feb 2025 03:44:37 +0000 Subject: [PATCH] Update Gotify to 2.8.2 (33) --- metadata/com.github.gotify.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/metadata/com.github.gotify.yml b/metadata/com.github.gotify.yml index 9e08cbc865..056d8832a3 100644 --- a/metadata/com.github.gotify.yml +++ b/metadata/com.github.gotify.yml @@ -223,7 +223,15 @@ Builds: gradle: - yes + - versionName: 2.8.2 + versionCode: 33 + commit: 20305cb601df6a5945ef50135ea9ef4f103a1f78 + subdir: app + gradle: + - yes + prebuild: sed -i -e '/publishing {/,/^}/d' ../client/build.gradle + AutoUpdateMode: Version -UpdateCheckMode: Tags v\d+\.\d+(\.\d+)? -CurrentVersion: 2.8.1 -CurrentVersionCode: 32 +UpdateCheckMode: Tags ^v[\d.]+$ +CurrentVersion: 2.8.2 +CurrentVersionCode: 33