From 35e3a06889c6d4c396eff2444c1b39343cec1c35 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Thu, 7 Jun 2018 10:51:47 -0300 Subject: [PATCH] Fix strings.xml path --- scripts/fcm_config_files_process.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fcm_config_files_process.js b/scripts/fcm_config_files_process.js index 1969efb6e..e7467f65c 100644 --- a/scripts/fcm_config_files_process.js +++ b/scripts/fcm_config_files_process.js @@ -43,7 +43,7 @@ var PLATFORM = { ANDROID_DIR + '/assets/www/google-services.json', 'www/google-services.json' ], - stringsXml: ANDROID_DIR + '/res/values/strings.xml' + stringsXml: ANDROID_DIR + '/app/src/main/res/values/strings.xml' } };