Skip to content

Commit

Permalink
feat(Twitch - Settings): Support version 16.1.0 and 15.4.1 (#3377)
Browse files Browse the repository at this point in the history
  • Loading branch information
LizenzFass78851 committed Dec 5, 2023
1 parent 34e4489 commit 062310d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 062310d

Please sign in to comment.