lambdapioneer / argon2kt

An Android/Kotlin binding for the Argon2 hash
MIT License
78 stars 8 forks source link

Migrate from JCenter #5

Closed osipxd closed 3 years ago

osipxd commented 3 years ago

Hello! Thank you for this library!

Bintray is shutting down May 2021 along with JCenter.

Existing packages will be served until February 1st 2022, new versions can be submitted until March 31st 2021. It would be great to have argon2kt in Maven Central.

Here is a bunch of articles that might be helpful:

lambdapioneer commented 3 years ago

Hi @osipxd,

Thanks for creating the issue! This is on my list and it will happen in April.

I appreciate the links and Chris's page looks like a good starting point for me.

Cheers, Daniel

lambdapioneer commented 3 years ago

Hi @osipxd ,

This should be fixed now :). If you update your dependency to com.lambdapioneer.argon2kt:argon2kt:1.3.0, Gradle should find it on Maven Central.

Let me know whether it works as expected for you (then I'll close this issue).

Cheers, Daniel

osipxd commented 3 years ago

Great news! Thank you, everything works.