-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash on API < 26 #24
Comments
Are you running Java 8 or newer? |
I assume you meant Android when you say "API < 26". Unfortunately, this lib is not tested on Android. Looks like |
Yes I noticed your library was a java project and can't use android.util.Base64. I will find another way. Thanks |
I am also in search of a hashing library that supports android api 21 and above. As a last resort I'm going to try Bouncy Castle. So far I've been trying to avoid it because it's too bloated but it should work fine nevertheless. Here is the Android crypto compatibility doc |
For me it works great on Android. Thanks @amdelamar for this great lib.
|
Hi,
I have a runtime crash on devices with API < 26
This class seems to be not available on older devices.
The text was updated successfully, but these errors were encountered: