mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-12-13 21:03:54 +01:00
fix(Windy.app): Remove obsolete Unlock pro patch (#4428)
This commit is contained in:
committed by
GitHub
parent
4d03e1b5a1
commit
421af92f4c
@@ -3,9 +3,9 @@ package app.revanced.patches.windyapp.misc.unlockpro
|
|||||||
import app.revanced.patcher.extensions.InstructionExtensions.addInstructions
|
import app.revanced.patcher.extensions.InstructionExtensions.addInstructions
|
||||||
import app.revanced.patcher.patch.bytecodePatch
|
import app.revanced.patcher.patch.bytecodePatch
|
||||||
|
|
||||||
|
@Deprecated("This patch no longer works and will be removed in the future.")
|
||||||
@Suppress("unused")
|
@Suppress("unused")
|
||||||
val unlockProPatch = bytecodePatch(
|
val unlockProPatch = bytecodePatch(
|
||||||
name = "Unlock pro",
|
|
||||||
description = "Unlocks all pro features.",
|
description = "Unlocks all pro features.",
|
||||||
) {
|
) {
|
||||||
compatibleWith("co.windyapp.android")
|
compatibleWith("co.windyapp.android")
|
||||||
|
|||||||
Reference in New Issue
Block a user