Skip to content

Commit

Permalink
Update chcpConfigXmlWriter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lorentzlasson authored Feb 7, 2018
1 parent 18f500a commit de25b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lib/chcpConfigXmlWriter.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function pathToIosConfigXml() {
* @return {String} absolute path to config.xml file
*/
function pathToAndroidConfigXml() {
return path.join(projectRoot, 'platforms', 'android', 'res', 'xml', 'config.xml');
return path.join(projectRoot, 'platforms', 'android', 'app', 'src', 'main', 'res', 'xml', 'config.xml');
}

/**
Expand Down

0 comments on commit de25b18

Please sign in to comment.