From 0ef24de80d49fea8878c8119b526e39461e15db4 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Tue, 3 Jun 2025 05:26:41 +0000 Subject: [PATCH] Update VRChat Android Assistant to 2.5.1 (200501) --- 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 56dd5acba4..eaa80f1b4e 100644 --- a/metadata/cc.sovellus.vrcaa.yml +++ b/metadata/cc.sovellus.vrcaa.yml @@ -96,7 +96,19 @@ Builds: gradle: - standard + - versionName: 2.5.1 + versionCode: 200501 + commit: 43a55827aa8242075bc9a7354def3d77c3d12730 + 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.0 -CurrentVersionCode: 200500 +CurrentVersion: 2.5.1 +CurrentVersionCode: 200501