mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2025-05-12 21:55:41 +02:00
fix(Windy - Unlock pro): Use correct package name (#3397)
This commit is contained in:
parent
68437198ed
commit
1d8459ac99
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import app.revanced.patches.windyapp.misc.unlockpro.fingerprints.CheckProFingerp
|
||||||
@Patch(
|
@Patch(
|
||||||
name = "Unlock pro",
|
name = "Unlock pro",
|
||||||
description = "Unlocks all pro features.",
|
description = "Unlocks all pro features.",
|
||||||
compatiblePackages = [CompatiblePackage("co.windyapp.android")]
|
compatiblePackages = [CompatiblePackage("com.windyty.android")]
|
||||||
)
|
)
|
||||||
@Suppress("unused")
|
@Suppress("unused")
|
||||||
object UnlockProPatch : BytecodePatch(
|
object UnlockProPatch : BytecodePatch(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue