This commit is contained in:
FongMi 2023-07-14 11:49:32 +08:00
parent a441093713
commit c83ba0dd7e
3 changed files with 4 additions and 14 deletions

View File

@ -7,10 +7,10 @@ import com.whl.quickjs.wrapper.QuickJSContext;
public class Method { public class Method {
private final QuickJSContext context; private QuickJSContext ctx;
public Method(QuickJSContext context) { public Method(QuickJSContext ctx) {
this.context = context; this.ctx = ctx;
} }
@Keep @Keep
@ -18,14 +18,4 @@ public class Method {
public void showToast(String msg) { public void showToast(String msg) {
Utils.notify(msg); Utils.notify(msg);
} }
@Keep
public static class test {
@Keep
@JSMethod
public int add(int a, int b) {
return a + b;
}
}
} }

Binary file not shown.

View File

@ -1 +1 @@
8ebd953e794760d656dc0e0cbe9f8d65 ae1463f4584754ef50ab902920ccb7da