mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-11 22:37:50 +01:00
fix(Trakt - Unlock pro): constraint to last known working version (#2662)
This commit is contained in:
parent
969a1a462f
commit
324bbde92a
@ -3,6 +3,6 @@ package app.revanced.patches.trakt.annotations
|
|||||||
import app.revanced.patcher.annotation.Compatibility
|
import app.revanced.patcher.annotation.Compatibility
|
||||||
import app.revanced.patcher.annotation.Package
|
import app.revanced.patcher.annotation.Package
|
||||||
|
|
||||||
@Compatibility([Package("tv.trakt.trakt")])
|
@Compatibility([Package("tv.trakt.trakt", arrayOf("1.1.1"))])
|
||||||
@Target(AnnotationTarget.CLASS)
|
@Target(AnnotationTarget.CLASS)
|
||||||
internal annotation class UnlockProCompatibility
|
internal annotation class UnlockProCompatibility
|
Loading…
Reference in New Issue
Block a user