filestack / filestack-android

Official Android SDK for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.
https://www.filestack.com
Apache License 2.0
156 stars 90 forks source link

Update README for proguard obsfucation rules #75

Closed cnowacek closed 9 years ago

cnowacek commented 9 years ago

We were having crashes with the Filepicker SDK. Turns out that we needed to add:

-keep class retrofit.* { ; }

to our proguard rules to keep the SDK from crashing. It might be helpful for others to know if they're using proguard.

ghost commented 9 years ago

Thanks for the comment! It's already added to Readme.

Cheers!