Skip to content

Commit

Permalink
[Fix] build error
Browse files Browse the repository at this point in the history
  • Loading branch information
teble committed Oct 25, 2022
1 parent c9de64c commit dff4740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android/dexkit/src/main/cpp/native-bridge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ Java_io_luckypray_dexkit_DexKitBridge_nativeFindMethodCaller(JNIEnv *env, jclass
method_declare_name, method_return_type, method_param_types,
caller_method_declare_class, caller_method_declare_name,
caller_method_return_type, caller_method_param_types, unique_result,
didex_priority);
dex_priority);
}

DEXKIT_JNI jobject
Expand Down

0 comments on commit dff4740

Please sign in to comment.