disable debug libraries
This commit is contained in:
parent
be5819c3db
commit
e2fb0992b7
1 changed files with 3 additions and 0 deletions
|
@ -217,6 +217,9 @@ android {
|
|||
buildTypes {
|
||||
debug {
|
||||
signingConfig signingConfigs.development
|
||||
debuggable false
|
||||
jniDebuggable false
|
||||
buildConfigField "boolean", "USE_DEBUG_LIBRARIES", "false"
|
||||
}
|
||||
release {
|
||||
signingConfig signingConfigs.publishing
|
||||
|
|
Loading…
Reference in a new issue