Austin Delamar

Results 4 comments of Austin Delamar

Hello, Sorry, Its not tested on Android JVM. I'll leave this open as a reminder in the future

Should update to use Apache [commons-codec Base64](https://commons.apache.org/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Base64.html) instead of `java.util.Base64` to get Android compatibility. As discovered in #24

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 `java.util.Base64` is not part of Android SDK. As mentioned...