Skip to content

Commit 0dd878a

Browse files
authored
Update README.md
1 parent 851e58a commit 0dd878a

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
@@ -26,13 +26,13 @@ Add the following dependency to your `build.gradle` / `build.gradle.kts` file:
2626
For Groovy - `build.gradle`:
2727
````
2828
dependencies {
29-
implementation 'com.github.KvColorPalette:KvColorPalette-Android-App:0.0.4'
29+
implementation 'com.github.KvColorPalette:KvColorPalette-Android-App:0.0.5'
3030
}
3131
````
3232
For Kotlin DSL - `build.gradle.kts`:
3333
````
3434
dependencies {
35-
implementation("com.github.KvColorPalette:KvColorPalette-Android-App:0.0.4")
35+
implementation("com.github.KvColorPalette:KvColorPalette-Android-App:0.0.5")
3636
}
3737
````
3838

0 commit comments

Comments
 (0)