You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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-jni → libcberg_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.