diff --git a/metadata/com.github.andreyasadchy.xtra.yml b/metadata/com.github.andreyasadchy.xtra.yml index b51566ea3a..53a2d79275 100644 --- a/metadata/com.github.andreyasadchy.xtra.yml +++ b/metadata/com.github.andreyasadchy.xtra.yml @@ -2013,9 +2013,22 @@ Builds: - yes prebuild: sed -i -e '/android-gradle-plugin/s/8.12.0/8.11.1/' ../gradle/libs.versions.toml + - versionName: 2.50.0 + versionCode: 304 + commit: 64cdec4d87bf1b9c96f2e6e334f3fdb2ffee2bac + 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.2 -CurrentVersionCode: 303 +CurrentVersion: 2.50.0 +CurrentVersionCode: 304