# VBHelper ## Developer Setup 1. Clone vb-nfc-reader (https://github.com/cfogrady/lib-vb-nfc) 2. Run vb-nfc-reader/publishToMavenLocal gradle task. 3. Create res/values/keys.xml within the app module. 4. Populate with: ``` beHmacKey1 beHmacKey2 aesKey 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ``` 5. Replace the values in the keys.xml file with those extracted from the original app. 6. Run