fix(Windy.app): Remove obsolete Unlock pro patch (#4428)
This commit is contained in:
parent
4d03e1b5a1
commit
421af92f4c
1 changed files with 1 additions and 1 deletions
|
|
@ -3,9 +3,9 @@ package app.revanced.patches.windyapp.misc.unlockpro
|
|||
import app.revanced.patcher.extensions.InstructionExtensions.addInstructions
|
||||
import app.revanced.patcher.patch.bytecodePatch
|
||||
|
||||
@Deprecated("This patch no longer works and will be removed in the future.")
|
||||
@Suppress("unused")
|
||||
val unlockProPatch = bytecodePatch(
|
||||
name = "Unlock pro",
|
||||
description = "Unlocks all pro features.",
|
||||
) {
|
||||
compatibleWith("co.windyapp.android")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue