File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ Add the following dependency to your `build.gradle` / `build.gradle.kts` file:
2323For Groovy - ` build.gradle ` :
2424````
2525dependencies {
26- implementation 'com.github.KvColorPalette:KvColorPicker-Android:0 .0.2 '
26+ implementation 'com.github.KvColorPalette:KvColorPicker-Android:1 .0.0 '
2727}
2828````
2929For Kotlin DSL - ` build.gradle.kts ` :
3030````
3131dependencies {
32- implementation("com.github.KvColorPalette:KvColorPicker-Android:0 .0.2 ")
32+ implementation("com.github.KvColorPalette:KvColorPicker-Android:1 .0.0 ")
3333}
3434````
3535
Original file line number Diff line number Diff line change 11kvColorPaletteGroupId =com.github.KvColorPalette
22kvColorPickerArtifactId =KvColorPicker-Android
3- kvColorPickerVersion =0 .0.2
3+ kvColorPickerVersion =1 .0.0
You can’t perform that action at this time.
0 commit comments