[app] Remove kotlin garbage
This commit is contained in:
parent
2c5fe49b25
commit
296991b907
|
|
@ -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*(...);
|
||||
}
|
||||
Loading…
Reference in New Issue