Skip to content

Commit 2f7deec

Browse files
committed
Update the README.md with version
1 parent 17748bc commit 2f7deec

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
@@ -23,13 +23,13 @@ Add the following dependency to your `build.gradle` / `build.gradle.kts` file:
2323
For Groovy - `build.gradle`:
2424
````
2525
dependencies {
26-
implementation 'com.github.KvColorPalette:KvColorPicker-Android:0.1.0'
26+
implementation 'com.github.KvColorPalette:KvColorPicker-Android:0.0.2'
2727
}
2828
````
2929
For Kotlin DSL - `build.gradle.kts`:
3030
````
3131
dependencies {
32-
implementation("com.github.KvColorPalette:KvColorPicker-Android:0.1.0")
32+
implementation("com.github.KvColorPalette:KvColorPicker-Android:0.0.2")
3333
}
3434
````
3535

0 commit comments

Comments
 (0)