Skip to content

Commit 9f4ba6e

Browse files
authored
Update README.md
1 parent 7adbea4 commit 9f4ba6e

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
@@ -25,13 +25,13 @@ Add the following dependency to your `build.gradle` / `build.gradle.kts` file:
2525
For Groovy - `build.gradle`:
2626
````
2727
dependencies {
28-
implementation 'com.github.KvColorPalette:KvColorPicker-Android:1.0.0'
28+
implementation 'com.github.KvColorPalette:KvColorPicker-Android:2.0.0'
2929
}
3030
````
3131
For Kotlin DSL - `build.gradle.kts`:
3232
````
3333
dependencies {
34-
implementation("com.github.KvColorPalette:KvColorPicker-Android:1.0.0")
34+
implementation("com.github.KvColorPalette:KvColorPicker-Android:2.0.0")
3535
}
3636
````
3737

0 commit comments

Comments
 (0)