MaterialDayPicker icon indicating copy to clipboard operation
MaterialDayPicker copied to clipboard

Crash in release mode with proground

Open mahbub-java opened this issue 5 years ago • 2 comments

After minifyEnabled=true for proground in build release mode app crash in fragment or activity where I use it. Simply need -keep class ca.antonious.*.* { *; } in proground-rules.pro to avoid minify and it works now. My setup: minSdkVersion 21, targetSdkVersion 29

This need to add in documentation. It take 2 hour from me to find out.

mahbub-java avatar Oct 17 '20 21:10 mahbub-java

Could you provide the library version you're using and a crash stack trace?

gantonious avatar Oct 17 '20 21:10 gantonious

library version I am using, ca.antonious:materialdaypicker:0.7.3

mahbub-java avatar Oct 17 '20 21:10 mahbub-java