Skip to content

Commit babf04c

Browse files
Update Readme.
1 parent d509922 commit babf04c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ JCalendar is an Android library for displaying one month later and a month ago f
99

1010
## Installation
1111

12-
Add Jitpack to your project build.gralde file.
13-
12+
Step 1. Add the JitPack repository to your build file.
13+
Add it in your root build.gradle at the end of repositories:
1414
```groovy
1515
allprojects {
1616
repositories {
@@ -19,7 +19,12 @@ allprojects {
1919
}
2020
}
2121
```
22-
22+
Step 2. Add the dependency
23+
```groovy
24+
dependencies {
25+
implementation 'com.github.Muhammad-Javad:JCalender:0.0.1-alpha'
26+
}
27+
```
2328
## Usage
2429
First of all, you must add JCalendar to your layout.
2530
```xml

0 commit comments

Comments
 (0)