Closed cnowacek closed 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.
Thanks for the comment! It's already added to Readme.
Cheers!
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.