I have developed an app with Android Studio. Recently the product owner has the need to deploy different apps with different app names, app icons and themes. The apps will do exactly the same with different branding so they will share almost all code.
I was going to automate the deploy builds with gradle scripts but I have realized that the package should be different for each app.
Can I deploy these apps to Google Play using only one project? Can I change the package name for each deploy?