chatkit-android icon indicating copy to clipboard operation
chatkit-android copied to clipboard

ProGuard rules missing

Open mrkidjordje opened this issue 6 years ago • 2 comments

Am I the only one with this issue? Debug version works fine, but without proguard rules I cannot use this library in production. Can someone please help me with this?

mrkidjordje avatar Feb 22 '19 20:02 mrkidjordje

Am I the only one with this issue? Debug version works fine, but without proguard rules I cannot use this library in production. Can someone please help me with this?

Try this. -keep class com.pusher.** { *; }

gsanthosh91 avatar Jan 13 '20 06:01 gsanthosh91

We plan to embed surgical ProGuard/R8 rules in a future update of the SDK. For now please use broad keep rule suggested by @gsanthosh91 above (thanks for the contribution :slightly_smiling_face:).

daniellevass avatar Mar 06 '20 14:03 daniellevass