Remove release signing and minification flags from debug build

This commit is contained in:
Guilherme Lima Pereira 2026-03-14 17:27:11 -03:00
parent f5b187c816
commit 62a511339b

View file

@ -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)