Make debug builds non debuggable

This commit is contained in:
MM20 2024-03-29 16:29:40 +01:00
parent e5bcf2bdc1
commit 2cd4097b1d
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -57,7 +57,7 @@ android {
}
debug {
applicationIdSuffix = ".debug"
isDebuggable = true
isDebuggable = false
}
create("nightly") {
initWith(getByName("release"))