add app id suffix for debug builds

This commit is contained in:
sk 2022-11-24 20:36:26 +01:00
parent 781332a7a9
commit fa754bc03a
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ android {
debug{
debuggable true
versionNameSuffix '-debug'
applicationIdSuffix '.debug'
}
appcenterPrivateBeta{
initWith release