prolificinteractive / material-calendarview

A Material design back port of Android's CalendarView
https://prolificinteractive.github.io/material-calendarview/
MIT License
5.92k stars 1.32k forks source link

Incorrect package description in docs/Changelog. #968

Open smithshelke opened 5 years ago

smithshelke commented 5 years ago

New: Changed java.util.Calendar in favor of java.time.LocalDate.

It says that it requires java.time.LocalDate but when I saw through the source code, it is using the back port of LocalDate by org.threeten.bp.LocalDate. In this version 2.0.0, it is very frustrating to use an additional backport library just to make this library work. Reverting it to java.time.LocalDate wouldn't help either as LocalDate is only supported for api>=26. Please revert back to using Calender api by java. Also I want to use the latest version of this library.