khttp-android icon indicating copy to clipboard operation
khttp-android copied to clipboard

Java Base64 Does not Exist

Open carlfindahl opened this issue 6 years ago • 0 comments

Hi, I have an issue with the BasicAuthorization.kt file where you use the Java base 64 encoder. This does not exist on a phone with Android 5.1 that I'm testing on, so would it be possible to use the android.util.Base64 encoder instead as this should ship with android?

carlfindahl avatar Feb 05 '20 11:02 carlfindahl