mschonaker / wagon-git

Git Wagon for Apache Maven
http://synergian.github.io/wagon-git/
83 stars 32 forks source link

Android flavors #60

Open EminDemiri opened 3 years ago

EminDemiri commented 3 years ago

I can't publish anything using flavors on android studio. What do I need to modify to use flavors?

v5b7c6 commented 3 years ago

me too

mauricioliveira commented 3 years ago

You need to add this:

android { defaultPublishConfig "YOUR_FLAVOR_NAME" (ex: prodRelease) }