Allow to build dev template with symbols

This commit is contained in:
thebestnom
2021-03-11 01:03:17 +02:00
parent a86e7c3bb7
commit e598acff3a
3 changed files with 32 additions and 8 deletions

View File

@@ -239,5 +239,5 @@ ext.shouldSign = { ->
}
ext.shouldNotStrip = { ->
return isAndroidStudio()
return isAndroidStudio() || project.hasProperty("doNotStrip")
}