diff --git a/README.md b/README.md index 7a3a508..497408e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Two Step Picker Dialog For Android -![Hero Image]() +[![](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.1' } ``` diff --git a/twosteppickerdialog/src/main/AndroidManifest.xml b/twosteppickerdialog/src/main/AndroidManifest.xml index fcd14cb..a003179 100644 --- a/twosteppickerdialog/src/main/AndroidManifest.xml +++ b/twosteppickerdialog/src/main/AndroidManifest.xml @@ -1,9 +1,2 @@ - - - - - - + package="com.hamsa.twosteppickerdialog" />