diff --git a/Readme.md b/Readme.md index a6339a0..12fc5c3 100644 --- a/Readme.md +++ b/Readme.md @@ -7,14 +7,10 @@ A new Material Design text field that comes in a box, based on [Google Material **Library available on JitPack.io** [![](https://jitpack.io/v/TutorialsAndroid/MTextField.svg)](https://jitpack.io/#TutorialsAndroid/MTextField) -`Version 16.4.19 is deprecated use latest version v4.0.19` +`Version 16.4.19 is deprecated use latest version v5.0.19` `Latest version of this library is migrated to androidx` -## Hire-Me - -

Are you having trouble in your android projects then let me help you with it just Email me. I love my users, so feel free to visit http://asm.life - ## Sample Screen ![](https://github.com/TutorialsAndroid/MTextField/blob/master/art/device-2019-04-16-132403.png) @@ -33,7 +29,7 @@ allprojects { ``` ```groovy dependencies { -    implementation 'com.github.TutorialsAndroid:MTextField:v4.0.19' +    implementation 'com.github.TutorialsAndroid:MTextField:v5.0.19' } ```