1
0
Fork 0

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.
master
Sebastian Kaspari 2019-01-28 18:00:21 +01:00 committed by Jeff Boek
parent 5903cefa6b
commit 63973c4086
1 changed files with 3 additions and 0 deletions

View File

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