Skip to content

Commit

Permalink
fix: Solve build errors by using correct syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Dec 12, 2023
1 parent 42a5de9 commit 3f5a5bf
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")], ["2.2 build 016"])
compatiblePackages = [CompatiblePackage("ginlemon.iconpackstudio", ["2.2 build 016"])]
)
@Suppress("unused")
object UnlockProPatch : BytecodePatch(
Expand Down

0 comments on commit 3f5a5bf

Please sign in to comment.