v6.3.0
- fixed
UnsatisfiedLinkError
that happened on pre-Lollipop devices and was introduced in v6.2.1 - optimised native binary size
- 23% size reduction for
arm64-v8a
ABI - 18% size reduction for
armeabi
ABI - 30% size reduction for
armeabi-v7a
ABI - 22% size reduction for
x86
andx86_64
ABIs
- 23% size reduction for
- removed
mips
andmips64
native binaries for two reasons- code size optimisations did not work for those ABIs
- no known Android device uses those ABIs