Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivamdhuria authored Feb 3, 2022
1 parent dd70092 commit c904866
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ Add it in your **root** build.gradle at the end of repositories:
```gradle
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
maven { url 'https://jitpack.io' }
}
}
```
Add the dependency.
```gradle
dependencies {
implementation 'com.github.Shivamdhuria:palette:Tag'
}
implementation 'com.github.Shivamdhuria:palette:Tag'
}
```

## Terminology
Expand Down

0 comments on commit c904866

Please sign in to comment.