mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 01:01:56 +01:00
fix(Windy - Unlock pro): Revert changing package name (#3402)
This commit is contained in:
parent
a896823330
commit
541f1e7026
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue