Skip to content

Commit a08116d

Browse files
committed
Update the README.md
1 parent de244e8 commit a08116d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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
1112
Add 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:
2223
For Groovy - `build.gradle`:
2324
````
2425
dependencies {
25-
implementation 'com.github.KvColorPalette:KvColorPicker-Android:0.0.1'
26+
implementation 'com.github.KvColorPalette:KvColorPicker-Android:0.1.0'
2627
}
2728
````
2829
For Kotlin DSL - `build.gradle.kts`:
2930
````
3031
dependencies {
31-
implementation("com.github.KvColorPalette:KvColorPicker-Android:0.0.1")
32+
implementation("com.github.KvColorPalette:KvColorPicker-Android:0.1.0")
3233
}
3334
````
3435

0 commit comments

Comments
 (0)