We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 851e58a commit 0dd878aCopy full SHA for 0dd878a
README.md
@@ -26,13 +26,13 @@ Add the following dependency to your `build.gradle` / `build.gradle.kts` file:
26
For Groovy - `build.gradle`:
27
````
28
dependencies {
29
- implementation 'com.github.KvColorPalette:KvColorPalette-Android-App:0.0.4'
+ implementation 'com.github.KvColorPalette:KvColorPalette-Android-App:0.0.5'
30
}
31
32
For Kotlin DSL - `build.gradle.kts`:
33
34
35
- implementation("com.github.KvColorPalette:KvColorPalette-Android-App:0.0.4")
+ implementation("com.github.KvColorPalette:KvColorPalette-Android-App:0.0.5")
36
37
38
0 commit comments