Allow to build dev template with symbols
This commit is contained in:
parent
a86e7c3bb7
commit
e598acff3a
3 changed files with 32 additions and 8 deletions
|
|
@ -239,5 +239,5 @@ ext.shouldSign = { ->
|
|||
}
|
||||
|
||||
ext.shouldNotStrip = { ->
|
||||
return isAndroidStudio()
|
||||
return isAndroidStudio() || project.hasProperty("doNotStrip")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue