feat(WarnWetter - Promo code unlock): Constrain to last working version (#3110)

This commit is contained in:
Bceez 2024-05-13 01:40:52 +02:00 committed by GitHub
parent 2808f39432
commit 92fc8aaad8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ import app.revanced.patches.warnwetter.misc.promocode.fingerprints.PromoCodeUnlo
name = "Promo code unlock", name = "Promo code unlock",
description = "Disables the validation of promo code. Any code will work to unlock all features.", description = "Disables the validation of promo code. Any code will work to unlock all features.",
dependencies = [FirebaseGetCertPatch::class], dependencies = [FirebaseGetCertPatch::class],
compatiblePackages = [CompatiblePackage("de.dwd.warnapp")] compatiblePackages = [CompatiblePackage("de.dwd.warnapp", ["4.2.2"])]
) )
@Suppress("unused") @Suppress("unused")
object PromoCodeUnlockPatch : BytecodePatch( object PromoCodeUnlockPatch : BytecodePatch(