We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d509922 commit babf04cCopy full SHA for babf04c
README.md
@@ -9,8 +9,8 @@ JCalendar is an Android library for displaying one month later and a month ago f
9
10
## Installation
11
12
-Add Jitpack to your project build.gralde file.
13
-
+Step 1. Add the JitPack repository to your build file.
+Add it in your root build.gradle at the end of repositories:
14
```groovy
15
allprojects {
16
repositories {
@@ -19,7 +19,12 @@ allprojects {
19
}
20
21
```
22
+Step 2. Add the dependency
23
+```groovy
24
+ dependencies {
25
+ implementation 'com.github.Muhammad-Javad:JCalender:0.0.1-alpha'
26
+ }
27
+```
28
## Usage
29
First of all, you must add JCalendar to your layout.
30
```xml
0 commit comments