From 7d9b09c3f864401c9208e6004f7e2d6863db3544 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sat, 10 May 2025 04:24:10 +0000 Subject: [PATCH] Update FlashDim to 2.4.1 (30) --- metadata/com.cyb3rko.flashdim.yml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/metadata/com.cyb3rko.flashdim.yml b/metadata/com.cyb3rko.flashdim.yml index c8d08b2e0e..6840efd82d 100644 --- a/metadata/com.cyb3rko.flashdim.yml +++ b/metadata/com.cyb3rko.flashdim.yml @@ -219,7 +219,20 @@ Builds: gradle: - yes + - versionName: 2.4.1 + versionCode: 30 + commit: 311bccfc2fc236228dcb5c79474a449a3ed50d2e + subdir: app + sudo: + - echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list + - apt-get update + - apt-get install -y -t trixie openjdk-21-jdk-headless + - update-alternatives --auto java + init: sed -i -e '/signingConfigs\? {/,/^ }/d' -e '/signingConfig/d' build.gradle.kts + gradle: + - yes + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 2.4.0 -CurrentVersionCode: 29 +CurrentVersion: 2.4.1 +CurrentVersionCode: 30