We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f951fe + eaa957f commit c928e30Copy full SHA for c928e30
1 file changed
lib/src/main/java/org/kiwix/libkiwix/JNIKiwix.java
@@ -26,9 +26,11 @@
26
27
public class JNIKiwix
28
{
29
- public JNIKiwix(final Context context){
+ public JNIKiwix(final Context context) {
30
ReLinker.loadLibrary(context, "kiwix");
31
ReLinker.loadLibrary(context, "zim");
32
+ ReLinker.loadLibrary(context, "kiwix_wrapper");
33
+ ReLinker.loadLibrary(context, "zim_wrapper");
34
}
35
36
public void setDataDirectory(String icuDataDir) {
0 commit comments