Skip to content

Commit

Permalink
Revert "fix(Windy - Unlock pro): Use correct package name (#3397)"
Browse files Browse the repository at this point in the history
This reverts commit 1d8459a.
  • Loading branch information
oSumAtrIX committed Jul 1, 2024
1 parent a896823 commit d5ef3fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import app.revanced.patches.windyapp.misc.unlockpro.fingerprints.CheckProFingerp
@Patch(
name = "Unlock pro",
description = "Unlocks all pro features.",
compatiblePackages = [CompatiblePackage("com.windyty.android")]
compatiblePackages = [CompatiblePackage("co.windyapp.android")]
)
@Suppress("unused")
object UnlockProPatch : BytecodePatch(
Expand Down

0 comments on commit d5ef3fc

Please sign in to comment.