egslava / edittext-mask

The custom mask for EditText. The solution for masked edit text input phone numbers, SSN, and so on for Android
MIT License
476 stars 125 forks source link

Could not find ru.egslava:MaskedEditText #70

Open nmssalman opened 2 months ago

nmssalman commented 2 months ago
Could not find ru.egslava:MaskedEditText:1.0.5.
Required by:
    project :app
Search in build.gradle files
zainkhalid91 commented 2 months ago

Jcenter has been remove and this library is not available in the maven. You will have either fork it and upload to maven yourself or you will have to use it by importing manually into your project since this library is no longer maintained.

nmssalman commented 2 months ago

@zainkhalid91 do you know how to do it? please give me some instructions.

evgenylapitsky commented 2 months ago

I found this library here: https://github.com/SoftmedTanzania/edittext-mask

zainkhalid91 commented 2 months ago

@nmssalman you can check @evgenylapitsky posted link. You can use it now.