fix: syntax error in compatiblity annotation (#1181)

This commit is contained in:
Robert 2022-12-02 14:19:16 +00:00 committed by GitHub
parent 7413aad6d2
commit 0830c7ed10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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