build: Add appid suffix to android debug builds
This commit is contained in:
parent
69f7429b71
commit
e2eebe15ab
3 changed files with 2 additions and 16 deletions
|
|
@ -65,6 +65,8 @@ android {
|
|||
buildTypes {
|
||||
debug {
|
||||
signingConfig signingConfigs.debug
|
||||
applicationIdSuffix ".debug"
|
||||
versionNameSuffix "-debug"
|
||||
}
|
||||
release {
|
||||
signingConfig signingConfigs.release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue