Why is it a good idea? On Tue, Jan 6, 2015, 7:40 AM Andrew Grieve <agri...@google.com> wrote:
> With gradle, this is easy to do: > > android { > buildTypes { > debug { > applicationIdSuffix ".debug" > } > > Seems like a good idea to me, but I'm wondering if there may be reason not > to? >