Update Alnilam and DevKit

This commit is contained in:
GuilhermeWerner 2021-08-21 09:20:00 -03:00
parent 2f07cf5c4c
commit 2340c84147
6 changed files with 6 additions and 14 deletions

View file

@ -23,7 +23,7 @@ use std::ffi::{CStr, CString};
// This is the class that owns our static method. It's not going to be used,
// but still must be present to match the expected signature of a static
// native method.
pub extern "system" fn Java_com_tribufu_sdk_TribuFu_Hello(
pub extern "system" fn Java_com_tribufu_sdk_TribuFu_getVersion(
env: JNIEnv,
_: JClass,
j_input: JString,