SimplicityApks / ReminderDatePicker

A Google Keep-like Date and Time Picker for reminders
Apache License 2.0
74 stars 26 forks source link

Quick question about DateTimePicker dependency #41

Closed chrisonline closed 5 years ago

chrisonline commented 5 years ago

Can you tell me why you have used this library: compile 'com.github.lachlanm:datetimepicker:0.0.5'

And not the ones below?

    // compile 'com.github.jaydeep17:datetimepicker:0.0.4'
    // if above doesn't work, use
    // compile 'com.github.flavienlaurent.datetimepicker:library:0.0.2'

Is there any huge difference beetween the jaydeep17/flavienlaurent and the lachlanm version?

I am asking because I want to make a Fork and fix the problems. So should the fork be made from the original or better from the one you have used?