Skip to content

Commit eaa957f

Browse files
Added .so file while while initlizing JNIKiwix class which we have missed
1 parent 2f951fe commit eaa957f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

lib/src/main/java/org/kiwix/libkiwix/JNIKiwix.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@
2626

2727
public class JNIKiwix
2828
{
29-
public JNIKiwix(final Context context){
29+
public JNIKiwix(final Context context) {
3030
ReLinker.loadLibrary(context, "kiwix");
3131
ReLinker.loadLibrary(context, "zim");
32+
ReLinker.loadLibrary(context, "kiwix_wrapper");
33+
ReLinker.loadLibrary(context, "zim_wrapper");
3234
}
3335

3436
public void setDataDirectory(String icuDataDir) {

0 commit comments

Comments
 (0)