Skip to content

Commit ef49054

Browse files
Disable minification for debug build type
Remove minification for debug build type.
1 parent dad1fe9 commit ef49054

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ android {
2828
}
2929
buildTypes {
3030
debug {
31-
minifyEnabled true
3231
signingConfig signingConfigs.debug
3332
}
3433
release {

0 commit comments

Comments
 (0)