From 8ed5502e147fc20f06b7384880d7b6b1cb84b18f Mon Sep 17 00:00:00 2001 From: Dmitriy <48314952+vadiole@users.noreply.github.com> Date: Sun, 21 Jan 2024 18:27:28 +0100 Subject: [PATCH] Update index.md --- index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.md b/index.md index bcd2f3b..3a907a5 100644 --- a/index.md +++ b/index.md @@ -1,6 +1,6 @@ # Color Picker — beautiful library for Android -[![maven central](https://img.shields.io/maven-central/v/io.github.vadiole/colorpicker?color=236dc22&labelColor=424242)](https://search.maven.org/artifact/io.github.vadiole/colorpicker/1.0.3/aar) [![github](https://shields.io/badge/github-black?logo=github&labelColor=24282e&color=24282e&logoColor=white)](https://github.com/vadiole/colorpicker) +[![maven central](https://img.shields.io/maven-central/v/io.github.vadiole/colorpicker?color=236dc22&labelColor=424242)](https://search.maven.org/artifact/io.github.vadiole/colorpicker/1.0.4/aar) [![github](https://shields.io/badge/github-black?logo=github&labelColor=24282e&color=24282e&logoColor=white)](https://github.com/vadiole/colorpicker) screenshot 1screenshot 2screenshot 3screenshot 4screenshot 5screenshot 6screenshot 7screenshot 8 @@ -16,12 +16,12 @@ Kotlin DSL: ```kotlin -implementation("io.github.vadiole:colorpicker:1.0.3") +implementation("io.github.vadiole:colorpicker:1.0.4") ``` Groove: ```gradle -implementation 'io.github.vadiole:colorpicker:1.0.3' +implementation 'io.github.vadiole:colorpicker:1.0.4' ``` ### Usage