Skip to content

Commit

Permalink
fix(backdrops/pro-unlock): constrain to most recent working app versi…
Browse files Browse the repository at this point in the history
…on (#1677)
  • Loading branch information
kazimmt authored and oSumAtrIX committed Mar 14, 2023
1 parent 42cb039 commit bec1a3a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bec1a3a

Please sign in to comment.