Android Updated compilation of native code and fix for #268 #266

This commit is contained in:
mhutti1 2016-07-19 22:56:07 +01:00
parent c8d108d378
commit cbe5b2263d
5 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -33,7 +33,7 @@ public class JNIKiwix {
public native String getMimeType(String url);
public static native boolean loadZIM(String path);
public native boolean loadZIM(String path);
public native byte[] getContent(String url, JNIKiwixString mimeType, JNIKiwixInt size);