forked from organicmaps/organicmaps
[android] Updated JNI to v 1.6
This commit is contained in:
parent
7431431878
commit
f8be0cd10f
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ extern "C"
|
|||
InitNVEvent(jvm);
|
||||
g_jvm = jvm;
|
||||
LOG(LDEBUG, ("JNI_OnLoad"));
|
||||
return JNI_VERSION_1_4;
|
||||
return JNI_VERSION_1_6;
|
||||
}
|
||||
|
||||
JNIEXPORT void JNICALL
|
||||
|
|
Loading…
Add table
Reference in a new issue