Remove release signing and minification flags from debug build
This commit is contained in:
parent
f5b187c816
commit
62a511339b
1 changed files with 0 additions and 4 deletions
|
|
@ -78,10 +78,6 @@ android {
|
|||
|
||||
buildTypes {
|
||||
debug {
|
||||
signingConfig = signingConfigs.getByName("release")
|
||||
isDebuggable = false
|
||||
isMinifyEnabled = false
|
||||
|
||||
buildConfigField("boolean", "IS_DEBUG_BUILD", "true")
|
||||
|
||||
// Dev environment (from local.dev.properties)
|
||||
|
|
|
|||
Loading…
Reference in a new issue