Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinGeorgeJoseph authored Mar 20, 2022
1 parent f80def5 commit 1428b0c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,21 @@ A MaterialChipSetWidget is used to hold list of chipsets and each chipset contai
<p align="center">
<img src="/demo/header_image.png" />
</p>

## Including in your project
[![Jitpack](https://jitpack.io/v/JustinGeorgeJoseph/MaterialChipsetWidget.svg)](https://jitpack.io/#JustinGeorgeJoseph/MaterialChipsetWidget/Tag)
### Gradle
Add below codes to your **root** `build.gradle` file (not your module build.gradle file).
```gradle
allprojects {
repositories {
mavenCentral()
}
}
```
And add a dependency code to your **module**'s `build.gradle` file.
```gradle
dependencies {
implementation "com.github.skydoves:colorpickerview:2.2.4"
}
```

0 comments on commit 1428b0c

Please sign in to comment.