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