mirror of
https://github.com/revanced/revanced-patches
synced 2025-01-19 12:17:32 +01:00
fix(Twitch - Settings): Constrain to last working version
This commit is contained in:
parent
261b130a10
commit
a3e275b79a
@ -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…
x
Reference in New Issue
Block a user