diff --git a/metadata/cc.sovellus.vrcaa.yml b/metadata/cc.sovellus.vrcaa.yml index eaa80f1b4e..fb3798f94d 100644 --- a/metadata/cc.sovellus.vrcaa.yml +++ b/metadata/cc.sovellus.vrcaa.yml @@ -108,7 +108,19 @@ Builds: gradle: - standard + - versionName: 2.5.2 + versionCode: 200502 + commit: 8fceb12b83cb815f0a98c6ea86331ea1f388475b + subdir: app + sudo: + - echo "deb http://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list + - apt-get update + - apt-get install -y openjdk-21-jdk-headless + - update-java-alternatives -a + gradle: + - standard + AutoUpdateMode: Version UpdateCheckMode: Tags ^[\d.]+$ -CurrentVersion: 2.5.1 -CurrentVersionCode: 200501 +CurrentVersion: 2.5.2 +CurrentVersionCode: 200502