Skip to content

Commit 851e58a

Browse files
authored
Update README.md
1 parent 3e6a494 commit 851e58a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# KvColorPalette - Android
22

3+
[![](https://jitpack.io/v/KvColorPalette/KvColorPalette-Android-App.svg)](https://jitpack.io/#KvColorPalette/KvColorPalette-Android-App)
4+
35
This is a lightweight Android library that generates a color palette from a given color and creates a theme color set for Android applications.
46
This library simplifies the process of building consistent and visually appealing color themes.
57

@@ -24,13 +26,13 @@ Add the following dependency to your `build.gradle` / `build.gradle.kts` file:
2426
For Groovy - `build.gradle`:
2527
````
2628
dependencies {
27-
implementation 'com.github.kavi707:kv-android-color-pallet:0.0.4'
29+
implementation 'com.github.KvColorPalette:KvColorPalette-Android-App:0.0.4'
2830
}
2931
````
3032
For Kotlin DSL - `build.gradle.kts`:
3133
````
3234
dependencies {
33-
implementation("com.github.kavi707:kv-android-color-pallet:0.0.4")
35+
implementation("com.github.KvColorPalette:KvColorPalette-Android-App:0.0.4")
3436
}
3537
````
3638

0 commit comments

Comments
 (0)