orhanobut / tracklytics

✔️ Annotation based tracking handler with aspect oriented programming
Apache License 2.0
429 stars 45 forks source link

Set minifyEnabled to true in release mode causes Exception #6

Closed sathi-007 closed 7 years ago

sathi-007 commented 8 years ago

hi, Firstly it is a really cool library. Congrats on that. But your sample app crashes when minifyEnabled option to true. I believe proguard is causing this exception. I have added this library in my app , same exception occurs when minifyenabled to true. So please give proguard flags to avoid this exception.

i should set minifyEnabled to true to reduce the apk size.

orhanobut commented 8 years ago

Currently I'm working on this library for the next version. Indeed the problem is proguard. Each analytic tools requires different proguard files and currently couldn't find enough time to set them.

orhanobut commented 7 years ago

1 This will be followed on this issue. Long story short, I'll add the built-in proguard out of box.