Does someone know if it's possible, and in which extent, to build different app flavors using the Android Maven Plugin ?
I just saw there was a rename manifest package option in the aapt goal (read in this excellent blog article btw).
Are there any limitations to create 2 flavors of an app if you combine this and some usual maven profiles techniques ? Is there any example somewhere ?
Thanks in advance !