Skip to content

Commit 0602139

Browse files
committed
Update README.md
1 parent 026d38b commit 0602139

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

README.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Nepali Date picker Converter
2+
[![](https://jitpack.io/v/keyrunHORNET/date_picker_converter.svg)](https://jitpack.io/#keyrunHORNET/date_picker_converter)
23

34
This work is the derivative of [Material Date Time Picker](https://github.com/wdullaer/MaterialDateTimePicker),in the original work calender
45
of a date picker is based on the [Gregorian Calendar](https://en.wikipedia.org/wiki/Gregorian_calendar),
@@ -13,8 +14,32 @@ Date Picker | Date Picker Localized
1314

1415

1516
## Setup
16-
Include the library folder as a `module` in your project.
17-
17+
18+
The easiest way:
19+
20+
Step 1.
21+
Add the JitPack repository to your build file.
22+
Add it in your root build.gradle at the end of repositories:
23+
24+
```java
25+
26+
allprojects {
27+
repositories {
28+
...
29+
maven { url "https://jitpack.io" }
30+
}
31+
}
32+
```
33+
Step 2.
34+
Add the dependency
35+
```java
36+
37+
dependencies {
38+
compile 'com.github.keyrunHORNET:date_picker_converter:v1.1-alpha'
39+
}
40+
```
41+
You may also add the library as an Android Library to your project. All the library files live in ```library```.
42+
1843
## Using Date Picker
1944

2045
### Implement an `OnDateSetListener`

0 commit comments

Comments
 (0)