box / box-android-preview-sdk

Box Android Preview SDK
Apache License 2.0
13 stars 10 forks source link

Crashing due to obfuscation with proguard #26

Closed omkarhande-zz closed 5 years ago

omkarhande-zz commented 5 years ago

What all packages are to be omitted for obfuscation by Proguard? Right now I have added the following, but it is still crashing on accessing PDFs

-keep class com.pspdfkit.** { *; } -keep class com.box.** { *; }

lub0s commented 5 years ago

Hello @omkarhande. Could you please fill out the report in this format so we would have at least some information ?