mirror of
https://github.com/revanced/revanced-patches
synced 2025-01-23 13:17:31 +01:00
fix: package name for Vanced (#390)
This commit is contained in:
parent
6eb19b5364
commit
e78749d4b6
@ -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…
x
Reference in New Issue
Block a user