From d9de4bb8df6b59200f44d31c4eb28e703e05d8b7 Mon Sep 17 00:00:00 2001 From: Ali Azaz Alam Date: Wed, 22 May 2019 10:46:39 +0500 Subject: [PATCH 1/2] Update Readme commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fba9fe2..01662da 100644 --- a/README.md +++ b/README.md @@ -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: From 839645bf0d39c262d61c33c985ec08c2917425dd Mon Sep 17 00:00:00 2001 From: Ali Azaz Alam Date: Thu, 23 May 2019 21:04:22 +0500 Subject: [PATCH 2/2] Update readme commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01662da..0c34654 100644 --- a/README.md +++ b/README.md @@ -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' } ```