You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?