From 4e751564e0e42eebe9f71d6d0475020d3c2d89df Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Fri, 4 Jul 2025 05:35:32 +0000 Subject: [PATCH] Update VRChat Android Assistant to 2.5.2 (200502) --- 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 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