I have set up Gradle to add package name suffix to my debug app so I could have release version that I\'m using and debug version on one phone. I was referencing this: http:
Why not just add this?
type.packageNameSuffix = ".$type.name"