github BlinkID/capture-android v1.4.4

7 hours ago

Improvements

  • Added support for custom native library loading. You can now provide your own NativeLibraryLoader implementation via CaptureSDK.setNativeLibraryLoader(loader) to fully control how the SDK's native library is loaded. If no custom loader is provided, the SDK continues to use System.loadLibrary exactly as before.

Minor API changes

  • Added com.microblink.capture.native.NativeLibraryLoader functional interface.
  • Added CaptureSDK.setNativeLibraryLoader(loader) entry point. It must be called before any other CaptureSDK call (e.g. setLicenseKey, setLicenseFile, setLicenseBuffer); otherwise the native library will already be loaded with the default loader and the provided implementation will be ignored.

Don't miss a new capture-android release

NewReleases is sending notifications on new releases.