From 062310dcc3923568c96171420c7fb9c0c2144233 Mon Sep 17 00:00:00 2001 From: LizenzFass78851 <82592556+LizenzFass78851@users.noreply.github.com> Date: Tue, 5 Dec 2023 16:41:22 +0100 Subject: [PATCH] feat(Twitch - Settings): Support version `16.1.0` and `15.4.1` (#3377) --- .../app/revanced/patches/twitch/misc/settings/SettingsPatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/twitch/misc/settings/SettingsPatch.kt b/src/main/kotlin/app/revanced/patches/twitch/misc/settings/SettingsPatch.kt index 9dc707d41..36245a25d 100644 --- a/src/main/kotlin/app/revanced/patches/twitch/misc/settings/SettingsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/twitch/misc/settings/SettingsPatch.kt @@ -30,7 +30,7 @@ import java.io.Closeable description = "Adds settings menu to Twitch.", dependencies = [IntegrationsPatch::class, SettingsResourcePatch::class], compatiblePackages = [ - CompatiblePackage("tv.twitch.android.app", ["16.9.1"]) + CompatiblePackage("tv.twitch.android.app", ["15.4.1", "16.1.0", "16.9.1"]) ] ) object SettingsPatch : BytecodePatch(