diff --git a/README.md b/README.md index da9ec3b7..215836d2 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ and feel, rather than 100% parity with the platform's implementation. Usage ----- -1. Add `compile 'com.prolificinteractive:material-calendarview:1.4.3'` to your dependencies. +1. Add `implementation 'com.prolificinteractive:material-calendarview:1.4.3'` to your dependencies. 2. Add `MaterialCalendarView` into your layouts or view hierarchy. 3. Set a `OnDateSelectedListener` or call `MaterialCalendarView.getSelectedDates()` when you need it.