Skip to content

Commit

Permalink
Update README/build.gradle to reference 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ekchang committed Jun 1, 2016
1 parent 6d7fbf7 commit 0bab627
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.3.0'` to your dependencies.
1. Add `compile 'com.prolificinteractive:material-calendarview:1.4.0'` 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
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
// You should use the commented out line below in you're application.
// We depend on the source directly here so that development is easier.
compile project(':library')
//compile 'com.prolificinteractive:material-calendarview:1.3.0'
//compile 'com.prolificinteractive:material-calendarview:1.4.0'

compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.android.support:recyclerview-v7:23.4.0'
Expand Down

0 comments on commit 0bab627

Please sign in to comment.