From daaeed76441be3fd5797b928bcaf53e9ceb0a3fe Mon Sep 17 00:00:00 2001 From: checkupdates bot <11877147-checkupdates-bot@users.noreply.gitlab.com> Date: Fri, 3 Jan 2025 08:02:32 +0000 Subject: [PATCH] Update Voice Notify to 1.4.1 (31) --- 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 2c44692494..92c918c573 100644 --- a/metadata/com.pilot51.voicenotify.yml +++ b/metadata/com.pilot51.voicenotify.yml @@ -137,7 +137,20 @@ Builds: - yes prebuild: sed -i -e '/versionNameSuffix/d' build.gradle.kts + - versionName: 1.4.1 + versionCode: 31 + commit: f4e07977e6e04a94d65574e3c19767b7d44042b7 + 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.3.1 -CurrentVersionCode: 29 +CurrentVersion: 1.4.1 +CurrentVersionCode: 31