Skip to content

Commit 8994c5d

Browse files
authored
feat(WarnWetter - Promo code unlock): Constrain to last working version (#3110)
1 parent 41e9114 commit 8994c5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/kotlin/app/revanced/patches/warnwetter/misc/promocode/PromoCodeUnlockPatch.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import app.revanced.patches.warnwetter.misc.promocode.fingerprints.PromoCodeUnlo
1212
name = "Promo code unlock",
1313
description = "Disables the validation of promo code. Any code will work to unlock all features.",
1414
dependencies = [FirebaseGetCertPatch::class],
15-
compatiblePackages = [CompatiblePackage("de.dwd.warnapp")]
15+
compatiblePackages = [CompatiblePackage("de.dwd.warnapp", ["4.2.2"])]
1616
)
1717
@Suppress("unused")
1818
object PromoCodeUnlockPatch : BytecodePatch(
@@ -28,4 +28,4 @@ object PromoCodeUnlockPatch : BytecodePatch(
2828
"""
2929
)
3030
}
31-
}
31+
}

0 commit comments

Comments
 (0)