Add application id suffix for debug builds.

This makes it a bit more pleasant to work with devices that also have the Nightly builds installed.
nightly-build-test
Sebastian Kaspari 5 years ago committed by Jeff Boek
parent 5903cefa6b
commit 63973c4086

@ -18,6 +18,9 @@ android {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
debug {
applicationIdSuffix ".debug"
}
}
flavorDimensions "abi"

Loading…
Cancel
Save