fix: package name for Vanced (#390)
This commit is contained in:
parent
6eb19b5364
commit
e78749d4b6
|
@ -6,9 +6,9 @@ import app.revanced.patcher.annotation.Package
|
|||
@Compatibility(
|
||||
[
|
||||
Package("com.google.android.youtube", arrayOf()),
|
||||
Package("com.vanced.android", arrayOf())
|
||||
Package("com.vanced.android.youtube", arrayOf())
|
||||
]
|
||||
)
|
||||
@Target(AnnotationTarget.CLASS)
|
||||
@Retention(AnnotationRetention.RUNTIME)
|
||||
internal annotation class ClientSpoofCompatibility
|
||||
internal annotation class ClientSpoofCompatibility
|
||||
|
|
Loading…
Reference in a new issue