From 3aac52f5a59347f8e6a08c03af65818dcb95692c Mon Sep 17 00:00:00 2001 From: GuilhermeWerner <26710260+GuilhermeWerner@users.noreply.github.com> Date: Fri, 21 May 2021 09:13:20 -0300 Subject: [PATCH] Update lib.rs --- Source/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/lib.rs b/Source/lib.rs index 605c001..6e028e6 100644 --- a/Source/lib.rs +++ b/Source/lib.rs @@ -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,