mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-13 05:37:40 +02:00
fix: package name for Vanced (#390)
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user