From f493f7654315407eda49a6eecca6f15903d8edf9 Mon Sep 17 00:00:00 2001 From: Chr0matic1 <101169615+Chr0matic1@users.noreply.github.com> Date: Wed, 11 Dec 2024 22:19:22 +0100 Subject: [PATCH] Update PromoCodeUnlockPatch.kt --- .../warnwetter/misc/promocode/PromoCodeUnlockPatch.kt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/patches/src/main/kotlin/app/revanced/patches/warnwetter/misc/promocode/PromoCodeUnlockPatch.kt b/patches/src/main/kotlin/app/revanced/patches/warnwetter/misc/promocode/PromoCodeUnlockPatch.kt index 8acb8a650b..d0f4e0b593 100644 --- a/patches/src/main/kotlin/app/revanced/patches/warnwetter/misc/promocode/PromoCodeUnlockPatch.kt +++ b/patches/src/main/kotlin/app/revanced/patches/warnwetter/misc/promocode/PromoCodeUnlockPatch.kt @@ -2,16 +2,13 @@ package app.revanced.patches.warnwetter.misc.promocode import app.revanced.patcher.extensions.InstructionExtensions.addInstructions import app.revanced.patcher.patch.bytecodePatch -import app.revanced.patches.warnwetter.misc.firebasegetcert.firebaseGetCertPatch @Suppress("unused") val promoCodeUnlockPatch = bytecodePatch( name = "Promo code unlock", description = "Disables the validation of promo code. Any code will work to unlock all features.", ) { - dependsOn(firebaseGetCertPatch) - - compatibleWith("de.dwd.warnapp"("4.2.2")) + compatibleWith("de.dwd.warnapp"("5.1.2")) execute { promoCodeUnlockFingerprint.method.addInstructions(