Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
AliAzaz committed Jun 1, 2019
2 parents c9dc779 + 839645b commit 96b6dcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# EditTextPicker Library

[![Build Status](https://travis-ci.org/AliAzaz/Edittext-Library.svg?branch=master)](https://travis-ci.org/AliAzaz/Edittext-Library) [![](https://jitpack.io/v/AliAzaz/Edittext-Library.svg)](https://jitpack.io/#AliAzaz/Edittext-Library) [![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT) [![Android Arsenal]( https://img.shields.io/badge/Android%20Arsenal-EditTextPicker-green.svg?style=flat )]( https://android-arsenal.com/details/1/7671 )
[![Build Status](https://travis-ci.org/AliAzaz/Edittext-Library.svg?branch=master)](https://travis-ci.org/AliAzaz/Edittext-Library) [![](https://jitpack.io/v/AliAzaz/Edittext-Library.svg)](https://jitpack.io/#AliAzaz/Edittext-Library) [![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-EditTextPicker-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/7671)

Edittext library by which you can easily achieve lot of functionalities though directly implemented some lines of code in XML and on Java side.
Following are the functions that EditTextPicker provides:
Expand Down Expand Up @@ -34,7 +34,7 @@ allprojects {
Now, add the dependency in app.gradle:
```sh
dependencies {
implementation 'com.github.AliAzaz:Edittext-Library:1.0.1'
implementation 'com.github.AliAzaz:Edittext-Library:X.X.X'
}
```
Expand Down

0 comments on commit 96b6dcb

Please sign in to comment.