Skip to content

Commit dad1fe9

Browse files
Remove default ProGuard file from debug build
Removed default ProGuard file from debug build type.
1 parent 73ec5b7 commit dad1fe9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ android {
2929
buildTypes {
3030
debug {
3131
minifyEnabled true
32-
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
3332
signingConfig signingConfigs.debug
3433
}
3534
release {

0 commit comments

Comments
 (0)