Skip to content

Commit 53e2df3

Browse files
committed
build(app): add debug minifyEnabled true
1 parent 618092f commit 53e2df3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ android {
2222
minifyEnabled true
2323
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
2424
}
25+
debug {
26+
minifyEnabled true
27+
}
2528
}
2629
buildFeatures {
2730
viewBinding true

0 commit comments

Comments
 (0)