Skip to content

Commit

Permalink
fix: package name for Vanced (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
CnC-Robert committed Aug 26, 2022
1 parent 6eb19b5 commit e78749d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e78749d

Please sign in to comment.