mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-08 16:27:03 +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(
|
||||
name = "Unlock pro",
|
||||
compatiblePackages = [CompatiblePackage("ginlemon.iconpackstudio")]
|
||||
compatiblePackages = [CompatiblePackage("ginlemon.iconpackstudio")], ["2.2 build 016"])
|
||||
)
|
||||
@Suppress("unused")
|
||||
object UnlockProPatch : BytecodePatch(
|
||||
|
Loading…
Reference in New Issue
Block a user