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