We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17748bc commit 2f7deecCopy full SHA for 2f7deec
README.md
@@ -23,13 +23,13 @@ Add the following dependency to your `build.gradle` / `build.gradle.kts` file:
23
For Groovy - `build.gradle`:
24
````
25
dependencies {
26
- implementation 'com.github.KvColorPalette:KvColorPicker-Android:0.1.0'
+ implementation 'com.github.KvColorPalette:KvColorPicker-Android:0.0.2'
27
}
28
29
For Kotlin DSL - `build.gradle.kts`:
30
31
32
- implementation("com.github.KvColorPalette:KvColorPicker-Android:0.1.0")
+ implementation("com.github.KvColorPalette:KvColorPicker-Android:0.0.2")
33
34
35
0 commit comments