Skip to content

Commit fb6ee8a

Browse files
authored
feat(IconPackStudio - Unlock pro): Constrain to last working version (#3410)
1 parent 2918b62 commit fb6ee8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/app/revanced/patches/iconpackstudio/misc/pro/UnlockProPatch.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import app.revanced.patches.iconpackstudio.misc.pro.fingerprints.CheckProFingerp
99

1010
@Patch(
1111
name = "Unlock pro",
12-
compatiblePackages = [CompatiblePackage("ginlemon.iconpackstudio")]
12+
compatiblePackages = [CompatiblePackage("ginlemon.iconpackstudio")], ["2.2 build 016"])
1313
)
1414
@Suppress("unused")
1515
object UnlockProPatch : BytecodePatch(

0 commit comments

Comments
 (0)