From 719441c88a78f6c4d901e4a1ff7e744683eb7a31 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Thu, 11 Jan 2024 07:50:46 +0000 Subject: [PATCH] Update Voice Notify to 1.3.1 (29) --- metadata/com.pilot51.voicenotify.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/metadata/com.pilot51.voicenotify.yml b/metadata/com.pilot51.voicenotify.yml index 0c8a180712..2c44692494 100644 --- a/metadata/com.pilot51.voicenotify.yml +++ b/metadata/com.pilot51.voicenotify.yml @@ -125,7 +125,19 @@ Builds: - yes prebuild: sed -i -e '/versionNameSuffix/d' build.gradle.kts + - versionName: 1.3.1 + versionCode: 29 + commit: 7ccf0f7cf6af5bc1a4d3ef5a9c8419c48304bb5f + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + gradle: + - yes + prebuild: sed -i -e '/versionNameSuffix/d' build.gradle.kts + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 1.3.0 -CurrentVersionCode: 28 +CurrentVersion: 1.3.1 +CurrentVersionCode: 29