fix: syntax error in compatiblity annotation (#1181)
This commit is contained in:
parent
2e3d004027
commit
23bf905055
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue