From fb32972f4de92dac1fc5d73f56a392a671c4e94b Mon Sep 17 00:00:00 2001 From: LisoUseInAIKyrios <118716522+LisoUseInAIKyrios@users.noreply.github.com> Date: Sun, 15 Dec 2024 00:15:00 +0400 Subject: [PATCH] fix(Twitch): Change recommended target to the latest app version --- .../app/revanced/patches/twitch/ad/video/VideoAdsPatch.kt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/patches/src/main/kotlin/app/revanced/patches/twitch/ad/video/VideoAdsPatch.kt b/patches/src/main/kotlin/app/revanced/patches/twitch/ad/video/VideoAdsPatch.kt index bec14e63d..7ba753325 100644 --- a/patches/src/main/kotlin/app/revanced/patches/twitch/ad/video/VideoAdsPatch.kt +++ b/patches/src/main/kotlin/app/revanced/patches/twitch/ad/video/VideoAdsPatch.kt @@ -156,10 +156,6 @@ val videoAdsPatch = bytecodePatch( ) compatibleWith( - "tv.twitch.android.app"( - "15.4.1", - "16.1.0", - "16.9.1", - ), + "tv.twitch.android.app", ) }