Add .debug suffix to debug builds

This commit is contained in:
Cameron Gutman 2017-11-05 12:07:52 -08:00
parent 5f3b333e98
commit a116858493

View File

@ -46,6 +46,9 @@ android {
} }
buildTypes { buildTypes {
debug {
applicationIdSuffix ".debug"
}
release { release {
minifyEnabled false minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt') proguardFiles getDefaultProguardFile('proguard-android.txt')