Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aliab committed Feb 12, 2017
2 parents ec8d253 + da71bf9 commit b635d7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -23,7 +25,7 @@ allprojects {
Step 2. Add the dependency
```groovy
dependencies {
compile ''
compile 'com.github.aliab:Two-Step-Picker-Dialog:V1.0.1'
}
```

Expand Down
9 changes: 1 addition & 8 deletions twosteppickerdialog/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,2 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.hamsa.twosteppickerdialog">

<application android:allowBackup="true" android:label="@string/app_name"
android:supportsRtl="true">

</application>

</manifest>
package="com.hamsa.twosteppickerdialog" />

0 comments on commit b635d7c

Please sign in to comment.