From 0acedff9aa504f29819826de0a18c05dd42a73b5 Mon Sep 17 00:00:00 2001 From: Leonardo Javier Esparis Meza Date: Sat, 25 Mar 2017 18:02:36 -0400 Subject: [PATCH] Version 1.4 --- README.md | 2 +- phoneedittext/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20d2ce0..4574021 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ allprojects { dependencies { - compile 'com.github.leoxnidas:PhoneEditText:1.3' + compile 'com.github.leoxnidas:PhoneEditText:1.4' } ``` diff --git a/phoneedittext/build.gradle b/phoneedittext/build.gradle index 228a88f..7e60f4f 100644 --- a/phoneedittext/build.gradle +++ b/phoneedittext/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' apply plugin: 'com.github.dcendents.android-maven' group='com.github.leoxnidas.phoneedittext' -version='1.3' +version='1.4' android { compileSdkVersion 25