fix(Twitch - Settings): Constrain to last working version
This commit is contained in:
parent
a0121ae7b6
commit
941c1dd5cf
|
@ -30,7 +30,7 @@ import java.io.Closeable
|
||||||
description = "Adds settings menu to Twitch.",
|
description = "Adds settings menu to Twitch.",
|
||||||
dependencies = [IntegrationsPatch::class, SettingsResourcePatch::class],
|
dependencies = [IntegrationsPatch::class, SettingsResourcePatch::class],
|
||||||
compatiblePackages = [
|
compatiblePackages = [
|
||||||
CompatiblePackage("tv.twitch.android.app")
|
CompatiblePackage("tv.twitch.android.app", ["16.9.1"])
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
object SettingsPatch : BytecodePatch(
|
object SettingsPatch : BytecodePatch(
|
||||||
|
|
Loading…
Reference in a new issue