Skip to content

Commit

Permalink
Fix gradle build error
Browse files Browse the repository at this point in the history
Fixes #426 

At least it does for GitHub CI builds...
  • Loading branch information
th3an7 authored May 10, 2021
1 parent f2c87e2 commit 62b8c89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ protected void beforeHookedMethod(final MethodHookParam param) {
final String[] args = args_value.split("_|_");
int i=0;
for (String m : args) {
XposedBridge.log("set_args_value_before_method = " + m);
Log.w(LOG_TAG, "set_args_value_before_method = " + m);
String temp;
if (m.startsWith("STRING:")){
temp=m.replace("STRING:","");
Expand Down

0 comments on commit 62b8c89

Please sign in to comment.