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