vikramkakkar / SublimePicker

A material-styled android view that provisions picking of a date, time & recurrence option, all from a single user-interface.
Apache License 2.0
2.31k stars 407 forks source link

how to enable proguard in this library #78

Open amangoyalgoyal opened 6 years ago

amangoyalgoyal commented 6 years ago

I am getting crash when i am switching from time picker view to date picker view while enabling proguard in my project.

Please let me know, if someone enabled it in project with this library.

chrisonline commented 6 years ago

I use proguard with Sublime Picker and have added this into proguard-rules:

#Sublime Picker
-keepnames class com.appeaser.sublimepickerlibrary.datepicker.** {
    <fields>;
    <methods>;
}