update changelog

This commit is contained in:
MX
2024-03-24 00:17:02 +03:00
parent aaa7c81f99
commit 8d75af8457
2 changed files with 12 additions and 4 deletions

View File

@@ -232,7 +232,7 @@ App(
apptype=FlipperAppType.PLUGIN,
entry_point="emv_plugin_ep",
targets=["f7"],
requires=["nfc", "storage"],
requires=["nfc"],
sources=["plugins/supported_cards/emv.c", "helpers/nfc_emv_parser.c"],
)