From 36e91f46afd9eec461accc86f292d4502a5bc908 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sat, 24 May 2025 05:08:26 +0000 Subject: [PATCH] Update VRChat Android Assistant to 2.5.0 (200500) --- 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 eb13728282..56dd5acba4 100644 --- a/metadata/cc.sovellus.vrcaa.yml +++ b/metadata/cc.sovellus.vrcaa.yml @@ -84,7 +84,19 @@ Builds: gradle: - standard + - versionName: 2.5.0 + versionCode: 200500 + commit: 76b4f026c8dcc9550f95c13621722fcda4c9747b + 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.4.5 -CurrentVersionCode: 200405 +CurrentVersion: 2.5.0 +CurrentVersionCode: 200500