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