[app] Fix proguard (#888)

This commit is contained in:
vvb2060 2021-08-12 03:30:00 +08:00 committed by GitHub
parent b9272157fe
commit e39ed434bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
-keep class org.lsposed.manager.Constants {
public static void showErrorToast(int);
public static void setBinder(android.os.IBinder);
public static boolean setBinder(android.os.IBinder);
}
-assumenosideeffects class kotlin.jvm.internal.Intrinsics {
public static void check*(...);