mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-06 17:57:04 +01:00
fix(backdrops/pro-unlock): constrain to most recent working app version (#1677)
This commit is contained in:
parent
d56d3bd94b
commit
7680838829
@ -3,5 +3,5 @@ package app.revanced.patches.backdrops.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("com.backdrops.wallpapers")])
|
@Compatibility([Package("com.backdrops.wallpapers", arrayOf("4.52"))])
|
||||||
internal annotation class ProUnlockCompatibility
|
internal annotation class ProUnlockCompatibility
|
Loading…
Reference in New Issue
Block a user