feat(trakt): add unlock-pro patch (#2210)

Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
johnconner122
2023-05-21 22:27:50 +05:00
committed by GitHub
parent 633703ddea
commit 1e8dcae6f5
5 changed files with 91 additions and 0 deletions

View File

@ -0,0 +1,8 @@
package app.revanced.patches.trakt.annotations
import app.revanced.patcher.annotation.Compatibility
import app.revanced.patcher.annotation.Package
@Compatibility([Package("tv.trakt.trakt")])
@Target(AnnotationTarget.CLASS)
internal annotation class UnlockProCompatibility