feat(youtube): constrain patches to 18.16.37

This commit is contained in:
oSumAtrIX
2023-05-18 01:18:56 +02:00
parent a561a9afc2
commit 758b300591
57 changed files with 70 additions and 809 deletions

View File

@ -3,22 +3,6 @@ package app.revanced.patches.shared.misc.fix.spoof.annotations
import app.revanced.patcher.annotation.Compatibility
import app.revanced.patcher.annotation.Package
@Compatibility(
[Package(
"com.google.android.youtube", arrayOf(
"17.49.37",
"18.03.36",
"18.03.42",
"18.04.35",
"18.04.41",
"18.05.32",
"18.05.35",
"18.05.40",
"18.08.37",
"18.15.40",
"18.16.37"
)
)]
)
@Compatibility([Package("com.google.android.youtube", arrayOf("18.16.37"))])
@Target(AnnotationTarget.CLASS)
internal annotation class ClientSpoofCompatibility