加上 debuggable 属性
This commit is contained in:
parent
4d80c09fb9
commit
dc4ad47b9f
|
|
@ -31,6 +31,7 @@ android {
|
|||
release {
|
||||
minifyEnabled false
|
||||
zipAlignEnabled true
|
||||
debuggable true
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue