GKMSPatch/meta-loader/proguard-rules.pro

15 lines
367 B
Prolog

-keep class org.lsposed.npatch.metaloader.LSPAppComponentFactoryStub {
public static byte[] dex;
<init>();
}
-keep class * extends androidx.room.Entity {
<fields>;
}
-keep interface * extends androidx.room.Dao {
<methods>;
}
-dontwarn androidx.annotation.NonNull
-dontwarn androidx.annotation.Nullable
-dontwarn androidx.annotation.VisibleForTesting