mirror of
https://github.com/bab2min/Kiwi.git
synced 2026-06-17 01:54:27 +00:00
Downgrade JNI version from 1.8 to 1.6 for compatibility
This commit is contained in:
parent
e1f7846836
commit
10f39fe515
1 changed files with 1 additions and 1 deletions
|
|
@ -789,7 +789,7 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
jni::Module gModule{ JNI_VERSION_1_8 };
|
||||
jni::Module gModule{ JNI_VERSION_1_6 };
|
||||
|
||||
JNIEXPORT jint JNICALL JNI_OnLoad(JavaVM* vm, void* reserved)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue