Skip to content

Commit

Permalink
Update PromoCodeUnlockPatch.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Chr0matic1 authored Dec 11, 2024
1 parent 02edf0c commit f493f76
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit f493f76

Please sign in to comment.