Skip to content

Commit 29f9151

Browse files
committed
feat: enabling minifyEnabled true in release mode.
Signed-off-by: Gaurav Goel <[email protected]>
1 parent 4f25de2 commit 29f9151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android {
2222
debuggable true
2323
}
2424
release {
25-
minifyEnabled false
25+
minifyEnabled true
2626
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
2727
consumerProguardFiles 'proguard-rules.pro', 'gson.pro', 'retrofit2.pro'
2828
}

0 commit comments

Comments
 (0)