Skip to content

Commit

Permalink
feat(IconPackStudio - Unlock pro): Constrain to last working version (R…
Browse files Browse the repository at this point in the history
  • Loading branch information
Bceez authored Dec 12, 2023
1 parent 2918b62 commit fb6ee8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import app.revanced.patches.iconpackstudio.misc.pro.fingerprints.CheckProFingerp

@Patch(
name = "Unlock pro",
compatiblePackages = [CompatiblePackage("ginlemon.iconpackstudio")]
compatiblePackages = [CompatiblePackage("ginlemon.iconpackstudio")], ["2.2 build 016"])
)
@Suppress("unused")
object UnlockProPatch : BytecodePatch(
Expand Down

0 comments on commit fb6ee8a

Please sign in to comment.