[android] Updated JNI to v 1.6

This commit is contained in:
Alex Zolotarev 2012-01-04 14:11:17 +03:00 committed by Alex Zolotarev
parent 7431431878
commit f8be0cd10f

View file

@ -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