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?