Skip to content

Commit ada5662

Browse files
authored
Update proguard rules (#105)
1 parent 97b0e61 commit ada5662

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

app/proguard-rules.pro

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,8 @@
11
-adaptresourcefilecontents META-INF/xposed/java_init.list
2-
-keepattributes RuntimeVisibleAnnotations
32

43
-keep,allowobfuscation,allowoptimization public class * extends io.github.libxposed.api.XposedModule {
54
public <init>(...);
6-
public void onPackageLoaded(...);
7-
public void onSystemServerLoaded(...);
8-
}
9-
-keep,allowshrinking,allowoptimization,allowobfuscation class ** implements io.github.libxposed.api.XposedInterface$Hooker
10-
-keepclassmembers,allowoptimization class ** implements io.github.libxposed.api.XposedInterface$Hooker {
11-
public *** before(***);
12-
public *** after(***);
13-
public static *** before();
14-
public static *** before(io.github.libxposed.api.XposedInterface$BeforeHookCallback);
15-
public static void after();
16-
public static void after(io.github.libxposed.api.XposedInterface$AfterHookCallback);
17-
public static void after(io.github.libxposed.api.XposedInterface$AfterHookCallback, ***);
185
}
196

207
-repackageclasses
21-
-allowaccessmodification
8+
-allowaccessmodification

0 commit comments

Comments
 (0)