add app id suffix for debug builds
This commit is contained in:
parent
781332a7a9
commit
fa754bc03a
|
@ -27,6 +27,7 @@ android {
|
|||
debug{
|
||||
debuggable true
|
||||
versionNameSuffix '-debug'
|
||||
applicationIdSuffix '.debug'
|
||||
}
|
||||
appcenterPrivateBeta{
|
||||
initWith release
|
||||
|
|
Loading…
Reference in New Issue