Skip to content

v6.3.0

Compare
Choose a tag to compare
@DoDoENT DoDoENT released this 18 Apr 11:36
· 65 commits to master since this release
  • 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 and x86_64 ABIs
  • removed mips and mips64 native binaries for two reasons
    • code size optimisations did not work for those ABIs
    • no known Android device uses those ABIs