From 27a0f4bd3b2016b87a93d3329b7df701e8819a56 Mon Sep 17 00:00:00 2001 From: checkupdates bot <11877147-checkupdates-bot@users.noreply.gitlab.com> Date: Wed, 22 Oct 2025 03:54:11 +0000 Subject: [PATCH] Update Xtra to 2.49.2 (303) --- metadata/com.github.andreyasadchy.xtra.yml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/metadata/com.github.andreyasadchy.xtra.yml b/metadata/com.github.andreyasadchy.xtra.yml index d70cf9aa39..b51566ea3a 100644 --- a/metadata/com.github.andreyasadchy.xtra.yml +++ b/metadata/com.github.andreyasadchy.xtra.yml @@ -2000,9 +2000,22 @@ Builds: - yes prebuild: sed -i -e '/android-gradle-plugin/s/8.12.0/8.11.1/' ../gradle/libs.versions.toml + - versionName: 2.49.2 + versionCode: 303 + commit: 8826ce0416d380c7647f3a0e3f31e020a0b55844 + subdir: app + sudo: + - echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list + - apt-get update + - apt-get install -y -t trixie openjdk-21-jdk-headless + - update-alternatives --auto java + gradle: + - yes + prebuild: sed -i -e '/android-gradle-plugin/s/8.12.0/8.11.1/' ../gradle/libs.versions.toml + MaintainerNotes: TTV.lol leaking see https://github.com/TTV-LOL/extensions/issues/8 AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 2.49.1 -CurrentVersionCode: 302 +CurrentVersion: 2.49.2 +CurrentVersionCode: 303