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