Update lib.rs

This commit is contained in:
GuilhermeWerner 2021-05-21 09:13:20 -03:00
parent e2e4346c22
commit 3aac52f5a5

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_tribufu_TribuFu_Hello(
pub extern "system" fn Java_com_tribufu_sdk_TribuFu_Hello(
env: JNIEnv,
_: JClass,
j_input: JString,