Could someone tell me if it\'s possible to build only one of my different flavors through the command-line?
At the moment I haven\'t seen the way to execute, for ex
If your productFlavor is chocolate you can do
./gradlew assembleChocolateRelease
or
./gradlew assembleChocolateDebug