Make debug builds non debuggable
This commit is contained in:
parent
e5bcf2bdc1
commit
2cd4097b1d
@ -57,7 +57,7 @@ android {
|
|||||||
}
|
}
|
||||||
debug {
|
debug {
|
||||||
applicationIdSuffix = ".debug"
|
applicationIdSuffix = ".debug"
|
||||||
isDebuggable = true
|
isDebuggable = false
|
||||||
}
|
}
|
||||||
create("nightly") {
|
create("nightly") {
|
||||||
initWith(getByName("release"))
|
initWith(getByName("release"))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user