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:
parent
8b6545ca10
commit
2cd6d93d45
1 changed files with 0 additions and 4 deletions
4
app/proguard-rules.pro
vendored
4
app/proguard-rules.pro
vendored
|
@ -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
|
Loading…
Reference in a new issue