Update annotation

Co-authored-by: Sculas <contact@sculas.xyz>
This commit is contained in:
Canny1913
2022-06-15 23:52:41 +03:00
committed by GitHub
parent 903c01b765
commit 887a916c1a

View File

@@ -5,7 +5,7 @@ import app.revanced.patcher.annotation.Package
@Compatibility(
[Package(
"com.google.android.youtube", arrayOf("17.14.35", "17.17.34", "17.19.36", "17.20.37", "17.22.36") // only 17.20.37 is tested
"com.google.android.youtube", arrayOf("17.20.37")
)]
)
@Target(AnnotationTarget.CLASS)