Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammedRefaat committed Nov 5, 2019
2 parents 541924a + 5896080 commit 6835dde
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,35 @@
# ColorPalette
Customizable Color Palette Library

You can use this library to add customizable color palette to your Android application, which comes with an attractive sets of colors to be used for the palette, in addition to a nice UI for displaying the color palette.

How to include the Library in your application:

Step 1. Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:

allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}

Step 2. Add the dependency

for Gradle:

dependencies {
implementation 'com.github.MuhammedRefaat:ColorPalette:1.0'
}

for Maven:

<dependency>
<groupId>com.github.MuhammedRefaat</groupId>
<artifactId>ColorPalette</artifactId>
<version>1.0</version>
</dependency>


0 comments on commit 6835dde

Please sign in to comment.