Skip to content

v1.1.1

Latest

Choose a tag to compare

@Goldziher Goldziher released this 31 Jul 13:46
v1.1.1
bdce105

Fixed

  • Android AAR now bundles the correct JNI native library (crawlberg#446-class bug). The published io.xberg.crawlberg.android:crawlberg-android AAR bundled the C-FFI library (libcrawlberg_ffi.so) instead of the JNI library the Kotlin bridge loads via System.loadLibrary("cberg_jni"), crashing consumers at runtime with UnsatisfiedLinkError. The publish workflow now builds the JNI crate (crawlberg-jnilibcberg_jni.so), and a regenerated Gradle guard (alef 0.48.16) fails the build if the correctly-named lib*_jni.so is missing for any ABI.

Changed

  • Regenerated bindings with alef 0.48.16; upgraded base64 to 0.23.