Fixed
- Removed usage of
org.apache.commons.codec.binary.Base64.decodeBase64(byte[])
, which is
incompatible with Android.
Changed
- Switched to Gradle.
- Internal dependency version bumps.
org.apache.commons.codec.binary.Base64.decodeBase64(byte[])
, which is