From 2cd6d93d457f615e1ae89eb0508da30722e796f4 Mon Sep 17 00:00:00 2001 From: Alexander Capehart Date: Sun, 19 Feb 2023 11:03:34 -0700 Subject: [PATCH] build: enable proguard obsfucation Honestly the app is getting far too large for me to not obfucate on morals. The source is available, it's fine. --- app/proguard-rules.pro | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index b63d5e026..f1b424510 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -19,7 +19,3 @@ # If you keep the line number information, uncomment this to # hide the original source file name. #-renamesourcefileattribute SourceFile - -# Obsfucation is what proprietary software does to keep the user unaware of it's abuses. -# Also it's easier to fix issues if the stack trace symbols remain unmangled. --dontobfuscate \ No newline at end of file