Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/rtugeek/ColorSeekBar
Browse files Browse the repository at this point in the history
  • Loading branch information
rtugeek committed Apr 17, 2018
2 parents 07e8c04 + 0264291 commit 628a19d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -21,7 +21,9 @@


### Gradle:
[![Release](https://jitpack.io/v/rtugeek/colorseekbar.svg)](https://jitpack.io/#rtugeek/colorseekbar) [![API](https://img.shields.io/badge/API-9%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=9) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-ColorSeekBar-green.svg?style=true)](https://android-arsenal.com/details/1/3118)
<a href="https://jitpack.io/#rtugeek/colorseekbar">![Release](https://jitpack.io/v/rtugeek/colorseekbar.svg)</a>
<a href="https://android-arsenal.com/api?level=14">![API](https://img.shields.io/badge/API-14%2B-brightgreen.svg?style=flat)</a>
<a href="https://android-arsenal.com/details/1/3118">![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-ColorSeekBar-green.svg?style=true)</a>

Step 1. Add the JitPack repository in your root build.gradle at the end of repositories:
```
Expand All @@ -34,7 +36,7 @@ Step 1. Add the JitPack repository in your root build.gradle at the end of repos
```
Step 2. Add the dependency
```
compile 'com.github.rtugeek:ColorSeekBar:1.6.2'
compile 'com.github.rtugeek:ColorSeekBar:1.7.1'
```

## Usage
Expand Down

0 comments on commit 628a19d

Please sign in to comment.