The documentation states to add this to your gradle file:
repositories {
jcenter()
}
dependencies {
implementation 'com.redmadrobot:inputmask:3.3.0'
}
See https://github.com/RedMadRobot/input-mask-android#gradle
However, the latest version is 3.4.0, https://github.com/RedMadRobot/input-mask-android/releases/tag/3.4.0.
This should be updated. See my pull request, too: #55