mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-10 14:49:27 +01:00
feat(myexpenses/unlock-pro): constrain to last working version
This commit is contained in:
parent
65e5c26390
commit
f68c87b0ed
@ -3,6 +3,6 @@ package app.revanced.patches.myexpenses.misc.pro.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("org.totschnig.myexpenses")])
|
@Compatibility([Package("org.totschnig.myexpenses", arrayOf("3.4.9"))])
|
||||||
@Target(AnnotationTarget.CLASS)
|
@Target(AnnotationTarget.CLASS)
|
||||||
internal annotation class UnlockProCompatibility
|
internal annotation class UnlockProCompatibility
|
||||||
|
Loading…
Reference in New Issue
Block a user