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 7adbea4 commit 9f4ba6eCopy full SHA for 9f4ba6e
README.md
@@ -25,13 +25,13 @@ Add the following dependency to your `build.gradle` / `build.gradle.kts` file:
25
For Groovy - `build.gradle`:
26
````
27
dependencies {
28
- implementation 'com.github.KvColorPalette:KvColorPicker-Android:1.0.0'
+ implementation 'com.github.KvColorPalette:KvColorPicker-Android:2.0.0'
29
}
30
31
For Kotlin DSL - `build.gradle.kts`:
32
33
34
- implementation("com.github.KvColorPalette:KvColorPicker-Android:1.0.0")
+ implementation("com.github.KvColorPalette:KvColorPicker-Android:2.0.0")
35
36
37
0 commit comments