Skip to content

Commit def8ec0

Browse files
authored
Update README.md
1 parent 2e4513c commit def8ec0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ Add the following dependency to your `build.gradle` / `build.gradle.kts` file:
3333
For Groovy - `build.gradle`:
3434
````
3535
dependencies {
36-
implementation 'com.github.KvColorPalette:KvColorPicker-Android:2.1.0'
36+
implementation 'com.github.KvColorPalette:KvColorPicker-Android:2.2.0'
3737
}
3838
````
3939
For Kotlin DSL - `build.gradle.kts`:
4040
````
4141
dependencies {
42-
implementation("com.github.KvColorPalette:KvColorPicker-Android:2.1.0")
42+
implementation("com.github.KvColorPalette:KvColorPicker-Android:2.2.0")
4343
}
4444
````
4545

0 commit comments

Comments
 (0)