Skip to content

Commit 5f21af3

Browse files
author
Roman Pozdeev
committed
disable minify for library
1 parent 7c5080c commit 5f21af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android {
2121

2222
buildTypes {
2323
release {
24-
minifyEnabled true
24+
minifyEnabled false
2525
debuggable false
2626
}
2727
debug {

0 commit comments

Comments
 (0)