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:
parent
5add227e55
commit
faac434d33
1 changed files with 1 additions and 1 deletions
2
BUILD.md
2
BUILD.md
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue