Skip to content

Commit 9163979

Browse files
committed
feat: minifyEnable true in release mode.
Signed-off-by: Gaurav Goel <[email protected]>
1 parent 2702829 commit 9163979

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
@@ -17,7 +17,7 @@ android {
1717

1818
buildTypes {
1919
release {
20-
minifyEnabled false
20+
minifyEnable true
2121
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
2222
consumerProguardFiles 'proguard-rules.pro', 'gson.pro', 'retrofit2.pro'
2323
}

0 commit comments

Comments
 (0)