I need it because I have special method App.isIDEBuild() in my app that 
allow me to setup special debug stuff, like prefill login screen with 
passwords, skip some screens to speed up development. But if app is builded 
from command line (on CI server), it must work as usual. So it is much 
better to use App.isIDEBuild() than change code itself and forgot remove 
something.

I'm doing it now with maven and now I'm looking for gradle solutions.

-- 
You received this message because you are subscribed to the Google Groups 
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to