fix(backdrops/pro-unlock): constrain to most recent working app version (#1677)

This commit is contained in:
KAZI MMT 2023-02-26 20:18:54 +06:00 committed by oSumAtrIX
parent d56d3bd94b
commit 7680838829
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -3,5 +3,5 @@ package app.revanced.patches.backdrops.misc.pro.annotations
import app.revanced.patcher.annotation.Compatibility
import app.revanced.patcher.annotation.Package
@Compatibility([Package("com.backdrops.wallpapers")])
internal annotation class ProUnlockCompatibility
@Compatibility([Package("com.backdrops.wallpapers", arrayOf("4.52"))])
internal annotation class ProUnlockCompatibility