lambdapioneer / argon2kt

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

Update dependencies, Gradle, JDK #17

Closed cyb3rko closed 11 months ago

cyb3rko commented 1 year ago

Moin!

First of all thank you for this library.
With this PR a few updates take place:

⚠️ I can not guarantee that the maven publish library works as expected, but at least the build error is resolved.

lambdapioneer commented 1 year ago

Hi! Thanks for the taking the time and submitting the PR!

Just wanted to say that it might take a while until I get the chance to test this locally and then review the changes. However, this does not seem time critical and actually might be best to test when doing the next release anyway.

cyb3rko commented 1 year ago

Yep, no problem. Maybe until then I can find some time to work on the tests and fix them.

cyb3rko commented 1 year ago

Just opened the project again and all tests seem to work, I don't know what I've done wrong last time.
But now I have some more updates to commit again.

lambdapioneer commented 11 months ago

Thanks for this! Tested and all seems to work.