ProGuard is an open-source tool to optimize APK's so that they take less space and run slightly faster. It can also help obfsucating code, but only slightly, according to their landing page. After integrating Crashlytics, I enabled ProGuard. Crashlytics was incredibly useful for investigating the resulting crashes I got.
Enabling