Closed codefromthecrypt closed 9 years ago
Before, we were using sun.misc for Base64 codec. This is not a good practice, and also interferes with Android support. This change employs a local copy of Base64 from okio, which is known to work in both Java and Android platforms.
closes #292
denominator-pull-requests #399 SUCCESS This pull request looks good
NetflixOSS » denominator » denominator-pull-requests #24 SUCCESS This pull request looks good
Before, we were using sun.misc for Base64 codec. This is not a good practice, and also interferes with Android support. This change employs a local copy of Base64 from okio, which is known to work in both Java and Android platforms.
closes #292