Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PalashDumbare authored Jul 18, 2019
1 parent 4489292 commit 3a2dc5d
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 3a2dc5d

Please sign in to comment.