File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ But developers can use individual peaces available in the library as per their r
55
66# Features
77* Color Picker BottomSheet
8- * Picker from RGB-A values
8+ * Pick color from RGB-A values
9+ * Pick color from Predefined color grid
910
1011# Installation
1112Add following in your root ` build.gradle ` /` build.gradle.kts ` at the end of repositories:
@@ -22,13 +23,13 @@ Add the following dependency to your `build.gradle` / `build.gradle.kts` file:
2223For Groovy - ` build.gradle ` :
2324````
2425dependencies {
25- implementation 'com.github.KvColorPalette:KvColorPicker-Android:0.0.1 '
26+ implementation 'com.github.KvColorPalette:KvColorPicker-Android:0.1.0 '
2627}
2728````
2829For Kotlin DSL - ` build.gradle.kts ` :
2930````
3031dependencies {
31- implementation("com.github.KvColorPalette:KvColorPicker-Android:0.0.1 ")
32+ implementation("com.github.KvColorPalette:KvColorPicker-Android:0.1.0 ")
3233}
3334````
3435
You can’t perform that action at this time.
0 commit comments