Fix the PoC build instructions

This commit is contained in:
Taylor Hornby 2019-04-23 12:18:13 -06:00
parent e17b107f9a
commit a1cb7c343d
1 changed files with 6 additions and 0 deletions

View File

@ -118,9 +118,15 @@ cd /mount/zcash-android-wallet-sdk
**`zcash-android-wallet-poc`**
First, generate a `google-services.json` file from [Google
Firebase](https://firebase.google.com/) and put it in
`zcash-android-wallet-poc/zcash-android-wallet-app/app/google-services.json`.
```
cd /mount/zcash-android-wallet-poc
cd zcash-android-wallet-app
./gradlew clean assembleZcashtestnetDebug
```
## Running the Stack