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