diff --git a/metadata/cc.sovellus.vrcaa.yml b/metadata/cc.sovellus.vrcaa.yml index 38a2bb340d..46a5250cbf 100644 --- a/metadata/cc.sovellus.vrcaa.yml +++ b/metadata/cc.sovellus.vrcaa.yml @@ -168,7 +168,19 @@ Builds: gradle: - standard + - versionName: 2.7.3 + versionCode: 200703 + commit: 6ef3df29c84beb6d0b28838a323ab1c039cef5a1 + 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.0 -CurrentVersionCode: 200700 +CurrentVersion: 2.7.3 +CurrentVersionCode: 200703