mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-08 01:06:59 +01:00
fix: package name for Vanced (#390)
This commit is contained in:
parent
002882ad2a
commit
85206b99e1
@ -6,7 +6,7 @@ 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)
|
||||
|
Loading…
Reference in New Issue
Block a user