From 306acf3bd8b494cce7c5a24f551b3e3965022dd4 Mon Sep 17 00:00:00 2001 From: checkupdates bot <11877147-checkupdates-bot@users.noreply.gitlab.com> Date: Fri, 4 Apr 2025 06:40:32 +0000 Subject: [PATCH] Update Dicio to 3.0 (14) --- metadata/org.stypox.dicio.yml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/metadata/org.stypox.dicio.yml b/metadata/org.stypox.dicio.yml index 2d34b938d1..200cd96787 100644 --- a/metadata/org.stypox.dicio.yml +++ b/metadata/org.stypox.dicio.yml @@ -73,7 +73,22 @@ Builds: - checkouts/ - sentences-compiler-plugin/build/ + - versionName: '3.0' + versionCode: 14 + commit: 9eeb95ffe65e0c1c25cc941c6d98b35d59e7d838 + 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 + scandelete: + - checkouts/ + - sentences-compiler-plugin/build/ + AutoUpdateMode: Version UpdateCheckMode: Tags .*[0-9]$ -CurrentVersion: '2.0' -CurrentVersionCode: 13 +CurrentVersion: '3.0' +CurrentVersionCode: 14