Revert "build: enable proguard obsfucation"

The crash screen fell though, so this makes no sense now.

This reverts commit 2cd6d93d45.
This commit is contained in:
Alexander Capehart 2023-02-20 15:07:09 -07:00
parent 6896ab912c
commit f9857355bb
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -19,3 +19,7 @@
# 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