Skip to content

Commit

Permalink
fix: syntax error in compatiblity annotation (#1181)
Browse files Browse the repository at this point in the history
  • Loading branch information
CnC-Robert authored Dec 2, 2022
1 parent ab7193e commit 9fdf7a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import app.revanced.patcher.annotation.Package

@Compatibility(
[
Package("com.google.android.youtube", arrayOf("17.45.36")
Package("com.google.android.youtube", arrayOf("17.45.36"))
]
)
@Target(AnnotationTarget.CLASS)
Expand Down

0 comments on commit 9fdf7a4

Please sign in to comment.