mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-02 01:33:13 +01:00
fix: Solve build errors by using correct syntax
This commit is contained in:
parent
42a5de98be
commit
3f5a5bf2ab
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user