lambdapioneer / argon2kt

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

Update dependencies #6

Closed realbarisbasturk closed 2 years ago

realbarisbasturk commented 2 years ago
lambdapioneer commented 2 years ago

Hi, thanks for taking the time. Do these upgrades come with any important changes or fixes? Otherwise, I'd be inclined to keep the minSdkVersion in order to maintain backwards compatibility.

realbarisbasturk commented 2 years ago

Hi @lambdapioneer, removed the minSdkVersion and target JDK version bumps since they are not really necessary (although a minSdkVersion of 21-22 is recommended nowadays) and would break the backward compatibility.

lambdapioneer commented 2 years ago

Thanks for the update, all looks good now :)