From 627a42f089ab42d5d22ebac7835f891a7b4cb2f6 Mon Sep 17 00:00:00 2001 From: Ali Abdollahi Date: Sun, 12 Feb 2017 14:42:35 +0330 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e79bd8..7e5e2a1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Two Step Picker Dialog For Android +[![](https://jitpack.io/v/aliab/Two-Step-Picker-Dialog.svg)](https://jitpack.io/#aliab/Two-Step-Picker-Dialog) + ![Hero Image](https://raw.githubusercontent.com/aliab/Two-Step-Picker-Dialog/master/screenshot/heroimage.jpg) ## Description @@ -23,7 +25,7 @@ allprojects { Step 2. Add the dependency ```groovy dependencies { - compile '' + compile 'com.github.aliab:Two-Step-Picker-Dialog:V1.0.0' } ```