From 06dfdff6591e7c6e9094ed10e82e3bbd9ad5c034 Mon Sep 17 00:00:00 2001 From: tehcneko <7764726+tehcneko@users.noreply.github.com> Date: Wed, 10 Feb 2021 17:35:33 +0800 Subject: [PATCH] [app] Update proguard rules --- app/proguard-rules.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 21cd2b8b..6c559c55 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -18,5 +18,5 @@ # If you keep the line number information, uncomment this to # hide the original source file name. -#-renamesourcefileattribute SourceFile +-renamesourcefileattribute -keep class io.github.lsposed.manager.Constants { *; } \ No newline at end of file