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.
This commit is contained in:
Alexander Capehart 2023-02-19 11:03:34 -07:00
parent 8b6545ca10
commit 2cd6d93d45
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -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