diff --git a/metadata/com.pilot51.voicenotify.yml b/metadata/com.pilot51.voicenotify.yml index 63dc360d7b..1a50328abe 100644 --- a/metadata/com.pilot51.voicenotify.yml +++ b/metadata/com.pilot51.voicenotify.yml @@ -164,7 +164,20 @@ Builds: - yes prebuild: sed -i -e '/versionNameSuffix/d' build.gradle.kts + - versionName: 1.4.3 + versionCode: 33 + commit: 119a7dcc7b1552488995326f5448ef7110274998 + 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.2 -CurrentVersionCode: 32 +CurrentVersion: 1.4.3 +CurrentVersionCode: 33