We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e9114 commit 8994c5dCopy full SHA for 8994c5d
src/main/kotlin/app/revanced/patches/warnwetter/misc/promocode/PromoCodeUnlockPatch.kt
@@ -12,7 +12,7 @@ import app.revanced.patches.warnwetter.misc.promocode.fingerprints.PromoCodeUnlo
12
name = "Promo code unlock",
13
description = "Disables the validation of promo code. Any code will work to unlock all features.",
14
dependencies = [FirebaseGetCertPatch::class],
15
- compatiblePackages = [CompatiblePackage("de.dwd.warnapp")]
+ compatiblePackages = [CompatiblePackage("de.dwd.warnapp", ["4.2.2"])]
16
)
17
@Suppress("unused")
18
object PromoCodeUnlockPatch : BytecodePatch(
@@ -28,4 +28,4 @@ object PromoCodeUnlockPatch : BytecodePatch(
28
"""
29
30
}
31
-}
+}
0 commit comments