feat(youtube): drop support for compatibility of old versions

This commit is contained in:
oSumAtrIX
2022-12-02 05:05:54 +01:00
parent 3dc7b3616e
commit ab7193e8d4
46 changed files with 46 additions and 46 deletions

View File

@ -5,7 +5,7 @@ import app.revanced.patcher.annotation.Package
@Compatibility(
[Package(
"com.google.android.youtube", arrayOf("17.36.37", "17.41.37", "17.42.35", "17.43.36", "17.45.36")
"com.google.android.youtube", arrayOf("17.45.36")
)]
)
@Target(AnnotationTarget.CLASS)