Skip to content

Commit

Permalink
Update PromoCodeUnlockPatch.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Chr0matic1 authored Oct 1, 2024
1 parent 36a44ec commit c4835ef
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ import app.revanced.patcher.extensions.InstructionExtensions.addInstructions
import app.revanced.patcher.patch.BytecodePatch
import app.revanced.patcher.patch.annotation.CompatiblePackage
import app.revanced.patcher.patch.annotation.Patch
import app.revanced.patches.warnwetter.misc.firebasegetcert.FirebaseGetCertPatch
import app.revanced.patches.warnwetter.misc.promocode.fingerprints.PromoCodeUnlockFingerprint

@Patch(
name = "Promo code unlock",
description = "Disables the validation of promo code. Any code will work to unlock all features.",
dependencies = [FirebaseGetCertPatch::class],
compatiblePackages = [CompatiblePackage("de.dwd.warnapp", ["4.2.2"])]
)
@Suppress("unused")
Expand Down

0 comments on commit c4835ef

Please sign in to comment.