From f4676b7a0f44163f3cc73a188d0035182c9b11a9 Mon Sep 17 00:00:00 2001 From: darken Date: Wed, 5 Jan 2022 09:39:48 +0100 Subject: [PATCH] Disable obfuscation (we are open source) --- app/proguard/proguard-rules.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/proguard/proguard-rules.pro b/app/proguard/proguard-rules.pro index 481bb434..f5fb65b3 100644 --- a/app/proguard/proguard-rules.pro +++ b/app/proguard/proguard-rules.pro @@ -18,4 +18,6 @@ # 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 + +-dontobfuscate \ No newline at end of file