diff --git a/README.md b/README.md new file mode 100644 index 0000000..9338a72 --- /dev/null +++ b/README.md @@ -0,0 +1,36 @@ +# 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 \ No newline at end of file