diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 1aed8b7d9..3911b0291 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -18,4 +18,7 @@ # Uncomment this to preserve the line number information for # debugging stack traces. --keepattributes SourceFile,LineNumberTable \ No newline at end of file +-keepattributes SourceFile,LineNumberTable + +# This keep the class and method names the same, for debugging stack traces +-dontobfuscate \ No newline at end of file