Skip to content

Commit

Permalink
fix(Trakt - Unlock pro): constraint to last known working version (#2662
Browse files Browse the repository at this point in the history
)
  • Loading branch information
johnconner122 committed Jul 19, 2023
1 parent 969a1a4 commit 324bbde
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ package app.revanced.patches.trakt.annotations
import app.revanced.patcher.annotation.Compatibility
import app.revanced.patcher.annotation.Package

@Compatibility([Package("tv.trakt.trakt")])
@Compatibility([Package("tv.trakt.trakt", arrayOf("1.1.1"))])
@Target(AnnotationTarget.CLASS)
internal annotation class UnlockProCompatibility
internal annotation class UnlockProCompatibility

0 comments on commit 324bbde

Please sign in to comment.