From d4986f77e2c66e6a2520037f6567dc12806c6e2e Mon Sep 17 00:00:00 2001 From: Jack Fu Date: Tue, 17 Apr 2018 22:07:12 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffc6e89..922ac95 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,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 From 0264291492f663c54db6d1a1f96185262cf2ee5d Mon Sep 17 00:00:00 2001 From: Jack Fu Date: Tue, 17 Apr 2018 22:25:52 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 922ac95..2874c74 100644 --- a/README.md +++ b/README.md @@ -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) +![Release](https://jitpack.io/v/rtugeek/colorseekbar.svg) +![API](https://img.shields.io/badge/API-14%2B-brightgreen.svg?style=flat) +![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-ColorSeekBar-green.svg?style=true) Step 1. Add the JitPack repository in your root build.gradle at the end of repositories: ```