Skip to content

Commit c928e30

Browse files
authored
Merge pull request #40 from kiwix/Issue#39
2 parents 2f951fe + eaa957f commit c928e30

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)