mirror of
https://github.com/NiciDieNase/chaosflix
synced 2024-11-22 12:23:06 +00:00
All: set appIdSuffix for debug builds
This commit is contained in:
parent
27bf21c34e
commit
9e27e7e529
2 changed files with 4 additions and 3 deletions
|
@ -40,7 +40,8 @@ android {
|
|||
}
|
||||
buildTypes {
|
||||
debug {
|
||||
manifestPlaceholders = [label: appName + "-dev"]
|
||||
applicationIdSuffix ".debug"
|
||||
manifestPlaceholders = [label: appName + "-debug"]
|
||||
minifyEnabled false
|
||||
useProguard false
|
||||
}
|
||||
|
|
|
@ -47,8 +47,8 @@ android {
|
|||
|
||||
buildTypes {
|
||||
debug {
|
||||
applicationIdSuffix ".dev"
|
||||
manifestPlaceholders = [label: appName + "-dev"]
|
||||
applicationIdSuffix ".debug"
|
||||
manifestPlaceholders = [label: appName + "-debug"]
|
||||
minifyEnabled false
|
||||
useProguard false
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue