mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-06 14:17:02 +01:00
feat(twitch): constraint compatibility to 14.6.1
(#1736)
This commit is contained in:
parent
3ecea46857
commit
7d4294f691
@ -3,7 +3,20 @@ package app.revanced.patches.twitch.ad.audio.annotations
|
||||
import app.revanced.patcher.annotation.Compatibility
|
||||
import app.revanced.patcher.annotation.Package
|
||||
|
||||
@Compatibility([Package("tv.twitch.android.app")])
|
||||
@Compatibility(
|
||||
[
|
||||
Package(
|
||||
"tv.twitch.android.app", arrayOf(
|
||||
"14.3.3",
|
||||
"14.4.0",
|
||||
"14.5.0",
|
||||
"14.5.2",
|
||||
"14.6.0",
|
||||
"14.6.1"
|
||||
)
|
||||
)
|
||||
]
|
||||
)
|
||||
@Target(AnnotationTarget.CLASS)
|
||||
internal annotation class AudioAdsCompatibility
|
||||
|
||||
|
@ -3,7 +3,20 @@ package app.revanced.patches.twitch.ad.embedded.annotations
|
||||
import app.revanced.patcher.annotation.Compatibility
|
||||
import app.revanced.patcher.annotation.Package
|
||||
|
||||
@Compatibility([Package("tv.twitch.android.app")])
|
||||
@Compatibility(
|
||||
[
|
||||
Package(
|
||||
"tv.twitch.android.app", arrayOf(
|
||||
"14.3.3",
|
||||
"14.4.0",
|
||||
"14.5.0",
|
||||
"14.5.2",
|
||||
"14.6.0",
|
||||
"14.6.1"
|
||||
)
|
||||
)
|
||||
]
|
||||
)
|
||||
@Target(AnnotationTarget.CLASS)
|
||||
internal annotation class EmbeddedAdsCompatibility
|
||||
|
||||
|
@ -3,7 +3,20 @@ package app.revanced.patches.twitch.ad.video.annotations
|
||||
import app.revanced.patcher.annotation.Compatibility
|
||||
import app.revanced.patcher.annotation.Package
|
||||
|
||||
@Compatibility([Package("tv.twitch.android.app")])
|
||||
@Compatibility(
|
||||
[
|
||||
Package(
|
||||
"tv.twitch.android.app", arrayOf(
|
||||
"14.3.3",
|
||||
"14.4.0",
|
||||
"14.5.0",
|
||||
"14.5.2",
|
||||
"14.6.0",
|
||||
"14.6.1"
|
||||
)
|
||||
)
|
||||
]
|
||||
)
|
||||
@Target(AnnotationTarget.CLASS)
|
||||
internal annotation class VideoAdsCompatibility
|
||||
|
||||
|
@ -3,7 +3,7 @@ package app.revanced.patches.twitch.debug.annotations
|
||||
import app.revanced.patcher.annotation.Compatibility
|
||||
import app.revanced.patcher.annotation.Package
|
||||
|
||||
@Compatibility([Package("tv.twitch.android.app")])
|
||||
mpatibility([Package("tv.twitch.android.app")])
|
||||
@Target(AnnotationTarget.CLASS)
|
||||
internal annotation class DebugModeCompatibility
|
||||
|
||||
|
@ -3,6 +3,6 @@ package app.revanced.patches.twitch.misc.integrations.annotations
|
||||
import app.revanced.patcher.annotation.Compatibility
|
||||
import app.revanced.patcher.annotation.Package
|
||||
|
||||
@Compatibility([Package("tv.twitch.android.app")])
|
||||
mpatibility([Package("tv.twitch.android.app")])
|
||||
@Target(AnnotationTarget.CLASS)
|
||||
internal annotation class IntegrationsCompatibility
|
@ -3,6 +3,6 @@ package app.revanced.patches.twitch.misc.settings.annotations
|
||||
import app.revanced.patcher.annotation.Compatibility
|
||||
import app.revanced.patcher.annotation.Package
|
||||
|
||||
@Compatibility([Package("tv.twitch.android.app")])
|
||||
mpatibility([Package("tv.twitch.android.app")])
|
||||
@Target(AnnotationTarget.CLASS)
|
||||
internal annotation class SettingsCompatibility
|
||||
|
Loading…
Reference in New Issue
Block a user