Update google-services.json path in BUILD.md #722

Updates the google-services.json path as per the current directory structure
This commit is contained in:
Garvit Mohata 2019-10-20 16:28:06 +05:30 committed by GitHub
parent 5add227e55
commit faac434d33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,7 +71,7 @@ Assuming `lbry-android` as the current working folder:
The `google-services.json` file is required for the build to be successful due to the Firebase implementation. Simply copy the provided sample file into the same destination folder.
```
cd lbry-android
cp p4a/pythonforandroid/bootstraps/lbry/templates/google-services.sample.json p4a/pythonforandroid/bootstraps/lbry/templates/google-services.json
cp p4a/pythonforandroid/bootstraps/lbry/build/templates/google-services.sample.json p4a/pythonforandroid/bootstraps/lbry/build/templates/google-services.json
```
#### Setup Android SDK for buildozer