pusher / chatkit-android

Android client SDK for Pusher Chatkit
https://pusher.com/chatkit
MIT License
53 stars 14 forks source link

ProGuard rules missing #98

Open mrkidjordje opened 5 years ago

mrkidjordje commented 5 years ago

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?

gsanthosh91 commented 4 years ago

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.* { ; }

daniellevass commented 4 years ago

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:).