mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-09 14:57:08 +01:00
fix: syntax error in compatiblity annotation (#1181)
This commit is contained in:
parent
ab7193e8d4
commit
9fdf7a40f9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user