I have a template app which can be easily reskinned changing config params according to a client's brand. When it comes to publishing on Google Play, I obviously need to change packagename
on AndroidManifest.xml
.
My question is: is that possible without changing folder names, so that I don't need to mess with the whole project structure?