Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vadiole authored Jan 21, 2024
1 parent 565b6aa commit 8ed5502
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
@@ -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)

<img src="https://raw.githubusercontent.com/vadiole/colorpicker/master/assets/1_l.png" alt="screenshot 1" width="25%" height="25%"><img src="https://raw.githubusercontent.com/vadiole/colorpicker/master/assets/2_l.png" alt="screenshot 2" width="25%" height="25%"><img src="https://raw.githubusercontent.com/vadiole/colorpicker/master/assets/1_d.png" alt="screenshot 3" width="25%" height="25%"><img src="https://raw.githubusercontent.com/vadiole/colorpicker/master/assets/2_d.png" alt="screenshot 4" width="25%" height="25%"><img src="https://raw.githubusercontent.com/vadiole/colorpicker/master/assets/3_l.png" alt="screenshot 5" width="25%" height="25%"><img src="https://raw.githubusercontent.com/vadiole/colorpicker/master/assets/4_l.png" alt="screenshot 6" width="25%" height="25%"><img src="https://raw.githubusercontent.com/vadiole/colorpicker/master/assets/3_d.png" alt="screenshot 7" width="25%" height="25%"><img src="https://raw.githubusercontent.com/vadiole/colorpicker/master/assets/4_d.png" alt="screenshot 8" width="25%" height="25%">

Expand All @@ -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
Expand Down

0 comments on commit 8ed5502

Please sign in to comment.