Skip to content

Commit

Permalink
Replacement of "compile" with "implementation" (prolificinteractive#760)
Browse files Browse the repository at this point in the history
As "compile" is going to be deprecated end-2018, this PR replaces with "implementation" that is the new usage.
  • Loading branch information
ardacebi authored and tevjef committed May 4, 2018
1 parent 875b6e2 commit 48403ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 48403ea

Please sign in to comment.