wagon-git
wagon-git copied to clipboard
Android flavors
I can't publish anything using flavors on android studio. What do I need to modify to use flavors?
me too
You need to add this:
android { defaultPublishConfig "YOUR_FLAVOR_NAME" (ex: prodRelease) }