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?

Reply via email to