Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
eiqnepm authored Oct 31, 2024
1 parent 7b03a59 commit bc31ac1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import app.revanced.util.exception
@Patch(
name = "Hide ads",
description = "Hides most of the ads across the app.",
compatiblePackages = [CompatiblePackage("com.myfitnesspal.android"), "24.14.2"]
compatiblePackages = [CompatiblePackage("com.myfitnesspal.android", ["24.14.2"])]
)
@Suppress("unused")
object HideAdsPatch : BytecodePatch(
Expand Down

0 comments on commit bc31ac1

Please sign in to comment.