Skip to content

Commit fb32972

Browse files
fix(Twitch): Change recommended target to the latest app version
1 parent ea90c57 commit fb32972

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

patches/src/main/kotlin/app/revanced/patches/twitch/ad/video/VideoAdsPatch.kt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,6 @@ val videoAdsPatch = bytecodePatch(
156156
)
157157

158158
compatibleWith(
159-
"tv.twitch.android.app"(
160-
"15.4.1",
161-
"16.1.0",
162-
"16.9.1",
163-
),
159+
"tv.twitch.android.app",
164160
)
165161
}

0 commit comments

Comments
 (0)