[app] Remove kotlin garbage

This commit is contained in:
tehcneko 2021-02-22 19:10:48 +08:00
parent 2c5fe49b25
commit 296991b907
1 changed files with 4 additions and 0 deletions

View File

@ -22,4 +22,8 @@
-keep class io.github.lsposed.manager.Constants { *; }
-keepclassmembers class io.github.lsposed.manager.receivers.LSPosedManagerServiceClient {
private static android.os.IBinder binder;
}
-assumenosideeffects class kotlin.jvm.internal.Intrinsics {
public static void check*(...);
public static void throw*(...);
}