diff --git a/manager-service/proguard-rules.pro b/manager-service/proguard-rules.pro index 4d0dedf2..19f75274 100644 --- a/manager-service/proguard-rules.pro +++ b/manager-service/proguard-rules.pro @@ -19,4 +19,4 @@ # If you keep the line number information, uncomment this to # hide the original source file name. #-renamesourcefileattribute SourceFile --keepclassmembers class io.github.lsposed.lspd.Application { *; } \ No newline at end of file +-keepclasseswithmembers class io.github.lsposed.lspd.Application { *; } \ No newline at end of file