mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-19 09:03:58 +00:00
fix(Trakt - Unlock pro): constraint to last known working version (#2662)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user