mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-12 06:06:18 +00:00
fix: package name for Vanced (#390)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user