Skip to content

Commit

Permalink
fix(Twitch - Settings): Constrain to last working version
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Nov 20, 2023
1 parent a0121ae commit 941c1dd
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")
CompatiblePackage("tv.twitch.android.app", ["16.9.1"])
]
)
object SettingsPatch : BytecodePatch(
Expand Down

0 comments on commit 941c1dd

Please sign in to comment.