From 8942fdf22407d9b24b66596b1797e5ee04b3027c Mon Sep 17 00:00:00 2001 From: checkupdates bot <11877147-checkupdates-bot@users.noreply.gitlab.com> Date: Tue, 29 Jul 2025 04:57:42 +0000 Subject: [PATCH] Update VRChat Android Assistant to 2.6.4 (200604) --- metadata/cc.sovellus.vrcaa.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/metadata/cc.sovellus.vrcaa.yml b/metadata/cc.sovellus.vrcaa.yml index b998384f7f..b454d54acc 100644 --- a/metadata/cc.sovellus.vrcaa.yml +++ b/metadata/cc.sovellus.vrcaa.yml @@ -132,7 +132,19 @@ Builds: gradle: - standard + - versionName: 2.6.4 + versionCode: 200604 + commit: 0a82377b3ad34c6655fc1022f9730150a35c582a + 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.6 -CurrentVersionCode: 200506 +CurrentVersion: 2.6.4 +CurrentVersionCode: 200604