From faac434d33adc8d5a9c1f5ed1eed3fc37c21c55d Mon Sep 17 00:00:00 2001 From: Garvit Mohata Date: Sun, 20 Oct 2019 16:28:06 +0530 Subject: [PATCH] Update google-services.json path in BUILD.md #722 Updates the google-services.json path as per the current directory structure --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index fae129f..5de63cf 100644 --- a/BUILD.md +++ b/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