mirror of
https://github.com/revanced/revanced-patches
synced 2025-01-31 12:07:35 +01:00
feat(IconPackStudio - Unlock pro): Constrain to last working version (#3410)
This commit is contained in:
parent
2918b62320
commit
fb6ee8a897
@ -9,7 +9,7 @@ import app.revanced.patches.iconpackstudio.misc.pro.fingerprints.CheckProFingerp
|
|||||||
|
|
||||||
@Patch(
|
@Patch(
|
||||||
name = "Unlock pro",
|
name = "Unlock pro",
|
||||||
compatiblePackages = [CompatiblePackage("ginlemon.iconpackstudio")]
|
compatiblePackages = [CompatiblePackage("ginlemon.iconpackstudio")], ["2.2 build 016"])
|
||||||
)
|
)
|
||||||
@Suppress("unused")
|
@Suppress("unused")
|
||||||
object UnlockProPatch : BytecodePatch(
|
object UnlockProPatch : BytecodePatch(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user