Upon release cordova build android, a file is automatically created build.gradle.
I would like this script to insert a variable into a file strings.xml. I can do this by adding a line resValueto build.gradle, but I do not want to modify this automatically generated file.
Anyway to achieve this?
source
share