Hi,
I have a runtime crash on devices with API < 26
java.lang.NoClassDefFoundError: Failed resolution of: Ljava/util/Base64;
at com.amdelamar.jhash.util.HashUtils.encodeBase64(HashUtils.java:103)
at com.amdelamar.jhash.Hash.create(Hash.java:182)
This class seems to be not available on older devices.
Hi,
I have a runtime crash on devices with API < 26
This class seems to be not available on older devices.