mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 01:01:56 +01:00
fix(backdrops/pro-unlock): constrain to most recent working app version (#1677)
This commit is contained in:
parent
d56d3bd94b
commit
7680838829
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue