From 37b5e6a89631adc508c6beeb20284cee28ddc2dd Mon Sep 17 00:00:00 2001 From: tehcneko <7764726+tehcneko@users.noreply.github.com> Date: Mon, 22 Feb 2021 19:38:13 +0800 Subject: [PATCH] [app] Fix crash --- manager-service/proguard-rules.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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