Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
siddheshwiselap committed Jul 18, 2019
2 parents 087d71a + 3a2dc5d commit e975b89
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
# RangeCalender
Library to show Calender which takes from Date and To date. Useful while generating reports,book tickets etc.

Steps to integrate:

allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}

dependencies {
implementation 'com.github.PalashDumbare:RangeCalender:Tag'
}



0 comments on commit e975b89

Please sign in to comment.