Add {.dev,_DEV} suffix to debug {applicationId,version}.

This commit is contained in:
Ceda EI 2020-03-20 23:26:00 +05:30
parent 55e660630b
commit 0feabb5599
1 changed files with 2 additions and 0 deletions

View File

@ -152,6 +152,8 @@ android {
}
buildTypes {
debug {
applicationIdSuffix ".dev"
versionNameSuffix "-DEV"
signingConfig signingConfigs.debug
}
release {