wagon-git icon indicating copy to clipboard operation
wagon-git copied to clipboard

Android flavors

Open EminDemiri opened this issue 5 years ago • 2 comments

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

EminDemiri avatar Nov 20 '20 15:11 EminDemiri

me too

v5b7c6 avatar Jan 16 '21 10:01 v5b7c6

You need to add this:

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

mauricioliveira avatar Apr 30 '21 15:04 mauricioliveira