Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivam Dhuria authored and Shivam Dhuria committed Feb 5, 2022
2 parents 1a013ea + c904866 commit f6193d9
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,22 @@ A color picker library made in Jetpack Compose.
</p>

## Including in your project
[![](https://jitpack.io/v/Shivamdhuria/puck.svg)](https://jitpack.io/#Shivamdhuria/puck/0.0.1)
[![](https://jitpack.io/v/Shivamdhuria/palette.svg)](https://jitpack.io/#Shivamdhuria/palette)
### Gradle
Add below codes to your **root** `build.gradle` file (not your module build.gradle file).
```Gradle
Add it in your **root** build.gradle at the end of repositories:

```gradle
allprojects {
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
}
```
And add a dependency code to your **module**'s `build.gradle` file.
Add the dependency.
```gradle
dependencies {
implementation 'com.github.Shivamdhuria:palette:Version'
}
implementation 'com.github.Shivamdhuria:palette:Tag'
}
```

## Terminology
Expand Down

0 comments on commit f6193d9

Please sign in to comment.