mirror of
https://github.com/kiwix/java-libkiwix.git
synced 2025-09-10 23:59:10 -04:00
Added .so file while while initlizing JNIKiwix class which we have missed
This commit is contained in:
parent
2f951febf3
commit
eaa957fcf0
@ -29,6 +29,8 @@ public class JNIKiwix
|
|||||||
public JNIKiwix(final Context context) {
|
public JNIKiwix(final Context context) {
|
||||||
ReLinker.loadLibrary(context, "kiwix");
|
ReLinker.loadLibrary(context, "kiwix");
|
||||||
ReLinker.loadLibrary(context, "zim");
|
ReLinker.loadLibrary(context, "zim");
|
||||||
|
ReLinker.loadLibrary(context, "kiwix_wrapper");
|
||||||
|
ReLinker.loadLibrary(context, "zim_wrapper");
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setDataDirectory(String icuDataDir) {
|
public void setDataDirectory(String icuDataDir) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user