diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 481bb434..693ad831 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -18,4 +18,7 @@ # 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 + +-keepattributes SourceFile, LineNumberTable +-keep public class * extends java.lang.Exception \ No newline at end of file