Disable debug in release
This commit is contained in:
parent
59216e77ce
commit
8d750f0dd7
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ android {
|
|||
}
|
||||
|
||||
release {
|
||||
// debuggable false
|
||||
debuggable false
|
||||
|
||||
minifyEnabled true
|
||||
shrinkResources true
|
||||
|
|
Loading…
Reference in a new issue