From 8d79d0298d0dbb8b0ffc1ebb9d16babf6ba4129f Mon Sep 17 00:00:00 2001 From: Xiao Date: Mon, 7 Nov 2016 22:40:05 +0800 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 31739c1..670b58a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,22 @@ +[![](https://jitpack.io/v/woxingxiao/BubbleSeekBar.svg)](https://jitpack.io/#woxingxiao/BubbleSeekBar) ##Screenshot ![demo](https://github.com/woxingxiao/BubbleSeekBar/blob/master/demo.gif) - +##Download +root project:`build.gradle` +```groovy + allprojects { + repositories { + ... + maven { url "https://jitpack.io" } + } + } +``` +app:`build.gradle` +```groovy + dependencies { + compile 'com.github.woxingxiao:BubbleSeekBar:v1.0' + } +``` ##Useage ```xml