Fix proguard rules
This commit is contained in:
parent
7b6727313c
commit
64e29bd657
|
|
@ -1,5 +1,8 @@
|
||||||
-keep class io.github.libxposed.** { *; }
|
-keep class io.github.libxposed.** { *; }
|
||||||
-keepclassmembers,allowoptimization class ** implements io.github.libxposed.api.XposedInterface$Hooker {
|
-keepclassmembers,allowoptimization class ** implements io.github.libxposed.api.XposedInterface$Hooker {
|
||||||
public *** before(***);
|
public static *** before();
|
||||||
public *** after(***);
|
public static *** before(io.github.libxposed.api.XposedInterface$BeforeHookCallback);
|
||||||
|
public static void after();
|
||||||
|
public static void after(io.github.libxposed.api.XposedInterface$AfterHookCallback);
|
||||||
|
public static void after(io.github.libxposed.api.XposedInterface$AfterHookCallback, ***);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue