mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2025-05-11 05:05:45 +02:00
fix: Solve build errors by using correct syntax
This commit is contained in:
parent
42a5de98be
commit
3f5a5bf2ab
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue