mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-02 21:33:01 +01:00
fix(Windy - Unlock pro): Revert changing package name (#3402)
This commit is contained in:
parent
a896823330
commit
541f1e7026
@ -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("com.windyty.android")]
|
compatiblePackages = [CompatiblePackage("co.windyapp.android")]
|
||||||
)
|
)
|
||||||
@Suppress("unused")
|
@Suppress("unused")
|
||||||
object UnlockProPatch : BytecodePatch(
|
object UnlockProPatch : BytecodePatch(
|
||||||
|
Loading…
Reference in New Issue
Block a user