From 9994736bc91fd9b7607d6854af2dbcc0f0ba0705 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sat, 19 Jul 2025 05:48:55 +0000 Subject: [PATCH] Update VRChat Android Assistant to 2.5.6 (200506) --- 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 d7189e4b06..b998384f7f 100644 --- a/metadata/cc.sovellus.vrcaa.yml +++ b/metadata/cc.sovellus.vrcaa.yml @@ -120,7 +120,19 @@ Builds: gradle: - standard + - versionName: 2.5.6 + versionCode: 200506 + commit: 3e69f7a5e88e7707e56a8a20b0458c260b511f8f + 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.5 -CurrentVersionCode: 200505 +CurrentVersion: 2.5.6 +CurrentVersionCode: 200506