fix: package name for Vanced (#390)

This commit is contained in:
Robert 2022-08-27 01:31:07 +02:00 committed by GitHub
parent 002882ad2a
commit 85206b99e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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