fix: package name for Vanced (#390)
This commit is contained in:
parent
0faa0fcd1a
commit
8010c42305
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue