fix(Yuka - Unlock premium): Remove broken patch that is no longer supported (#5018)

This commit is contained in:
LisoUseInAIKyrios 2025-05-23 21:55:04 +02:00 committed by GitHub
parent 6a8c78af31
commit fac6e59d28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,10 +3,10 @@ package app.revanced.patches.yuka.misc.unlockpremium
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 unlockPremiumPatch = bytecodePatch(
name = "Unlock premium",
) {
val unlockPremiumPatch = bytecodePatch {
compatibleWith("io.yuka.android"("4.29"))
execute {