mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
Readded JNI imports
This commit is contained in:
parent
96fe0650aa
commit
11d4e8cfdb
@ -19,11 +19,15 @@
|
||||
|
||||
package org.kiwix.kiwixlib;
|
||||
|
||||
import org.kiwix.kiwixlib.JNIKiwixString;
|
||||
import org.kiwix.kiwixlib.JNIKiwixBool;
|
||||
import org.kiwix.kiwixlib.JNIKiwixInt;
|
||||
|
||||
public class JNIKiwix {
|
||||
|
||||
static {
|
||||
System.loadLibrary("kiwix");
|
||||
}
|
||||
}
|
||||
|
||||
public native String getMainPage();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user