Skip to content

Commit 3f5a5bf

Browse files
committed
fix: Solve build errors by using correct syntax
1 parent 42a5de9 commit 3f5a5bf

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")], ["2.2 build 016"])
12+
compatiblePackages = [CompatiblePackage("ginlemon.iconpackstudio", ["2.2 build 016"])]
1313
)
1414
@Suppress("unused")
1515
object UnlockProPatch : BytecodePatch(

0 commit comments

Comments
 (0)