egslava/edittext-mask

Pushing the library artifacts to Maven Central

vinaysshenoy opened this issue · 2 comments

With the news that JCenter will be winding down its public repository (https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/), would you consider migrating the artifacts to be available through an alternate source? Couple of options:

Jitpack is fairly straightforward, but Maven Central takes a bit of initial effort to set up. I could help with updating the publish tasks of the project so that it can push to Maven Central instead of JCenter.

@vinaysshenoy Since original author kinda abandoned this library I forked this project and I'm trying to migrate it to Kotlin, AndroidX and eventuality publishing it maven, any help is welcome.

@vinaysshenoy Since original author kinda abandoned this library I forked this project and I'm trying to migrate it to Kotlin, AndroidX and eventuality publishing it maven, any help is welcome.

We are exploring a way to avoid using this library anymore and trying to implement what we need with the MaterialEditText. As a stop gap, we might end up forking and just making this artifact available via Jitpack without any changes.