From 264a4584a6e265b63cd9244c61e926532ffbc423 Mon Sep 17 00:00:00 2001 From: SeonghunChoi <77057201+tjdwjs23@users.noreply.github.com> Date: Fri, 10 Nov 2023 17:29:39 +0900 Subject: [PATCH] Update proguard-rules.pro --- app/proguard-rules.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 481bb43..918b8bc 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -15,7 +15,8 @@ # Uncomment this to preserve the line number information for # debugging stack traces. #-keepattributes SourceFile,LineNumberTable +-keep class pj.e$* { *; } # If you keep the line number information, uncomment this to # hide the original source file name. -#-renamesourcefileattribute SourceFile \ No newline at end of file +#-renamesourcefileattribute SourceFile