From c29d67a58a73c37e7381c637afc392356ee3140b Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sat, 4 Jan 2025 04:27:44 +0000 Subject: [PATCH] Update Voice Notify to 1.4.2 (32) --- metadata/com.pilot51.voicenotify.yml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/metadata/com.pilot51.voicenotify.yml b/metadata/com.pilot51.voicenotify.yml index 92c918c573..2804e0a430 100644 --- a/metadata/com.pilot51.voicenotify.yml +++ b/metadata/com.pilot51.voicenotify.yml @@ -150,7 +150,20 @@ Builds: - yes prebuild: sed -i -e '/versionNameSuffix/d' build.gradle.kts + - versionName: 1.4.2 + versionCode: 32 + commit: cc4c76e1099b70d6f22eaa0df4cadd19091b32ec + 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 + gradle: + - yes + prebuild: sed -i -e '/versionNameSuffix/d' build.gradle.kts + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 1.4.1 -CurrentVersionCode: 31 +CurrentVersion: 1.4.2 +CurrentVersionCode: 32