Skip to content

v0.9.0

Compare
Choose a tag to compare
@passy passy released this 16 Apr 08:00

Fixes

  • Fix LD_LIBRARY_PATH when app running in 64 bits (3311e1a)
  • Annotation library is now a JAR instead of an AAR (#61)
  • Fix crash on Android 4.1 (6dce279)
  • Various improvements for previously rather cryptic error messages
  • Implement Marshmallow getSupportedAbis to avoid reading /proc/self/exe on Android M+ (c796ed6)
  • Retry on load failure (this is a potentially breaking behaviour change) (f226061)

API changes