Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 5cad99b

Browse files
committed
Fix minify property
1 parent 64606a5 commit 5cad99b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hockeysdk/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ android {
1717
}
1818
buildTypes {
1919
release {
20-
minifyEnabled true
20+
minifyEnabled false
2121
}
2222
}
2323
}

0 commit comments

Comments
 (0)