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 2e4513c commit def8ec0Copy full SHA for def8ec0
README.md
@@ -33,13 +33,13 @@ Add the following dependency to your `build.gradle` / `build.gradle.kts` file:
33
For Groovy - `build.gradle`:
34
````
35
dependencies {
36
- implementation 'com.github.KvColorPalette:KvColorPicker-Android:2.1.0'
+ implementation 'com.github.KvColorPalette:KvColorPicker-Android:2.2.0'
37
}
38
39
For Kotlin DSL - `build.gradle.kts`:
40
41
42
- implementation("com.github.KvColorPalette:KvColorPicker-Android:2.1.0")
+ implementation("com.github.KvColorPalette:KvColorPicker-Android:2.2.0")
43
44
45
0 commit comments