diff --git a/metadata/cc.sovellus.vrcaa.yml b/metadata/cc.sovellus.vrcaa.yml index 46a5250cbf..23b66e40d0 100644 --- a/metadata/cc.sovellus.vrcaa.yml +++ b/metadata/cc.sovellus.vrcaa.yml @@ -180,7 +180,19 @@ Builds: gradle: - standard + - versionName: 2.7.6 + versionCode: 200706 + commit: 28a8d67f3c74dbcc85521f60991d9f3590bb359e + 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.7.3 -CurrentVersionCode: 200703 +CurrentVersion: 2.7.6 +CurrentVersionCode: 200706