mirror of
https://github.com/kiwix/java-libkiwix.git
synced 2025-09-06 21:57:59 -04:00
Merge pull request #40 from kiwix/Issue#39
This commit is contained in:
commit
c928e30e86
@ -26,9 +26,11 @@ import org.kiwix.libkiwix.JNIICU;
|
||||
|
||||
public class JNIKiwix
|
||||
{
|
||||
public JNIKiwix(final Context context){
|
||||
public JNIKiwix(final Context context) {
|
||||
ReLinker.loadLibrary(context, "kiwix");
|
||||
ReLinker.loadLibrary(context, "zim");
|
||||
ReLinker.loadLibrary(context, "kiwix_wrapper");
|
||||
ReLinker.loadLibrary(context, "zim_wrapper");
|
||||
}
|
||||
|
||||
public void setDataDirectory(String icuDataDir) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user