File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11# KvColorPalette - Android
22
3+ [ ![ ] ( https://jitpack.io/v/KvColorPalette/KvColorPalette-Android-App.svg )] ( https://jitpack.io/#KvColorPalette/KvColorPalette-Android-App )
4+
35This is a lightweight Android library that generates a color palette from a given color and creates a theme color set for Android applications.
46This 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:
2426For Groovy - ` build.gradle ` :
2527````
2628dependencies {
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````
3032For Kotlin DSL - ` build.gradle.kts ` :
3133````
3234dependencies {
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
You can’t perform that action at this time.
0 commit comments