Remove obfuscation in proguard (#6067)
* Remove obfuscation in proguard for the OSS app. Fully allow it by default for enterprise ones. * Add logic to use additional customizable proguard files depending on whether the build is an enterprise one or not.
This commit is contained in:
parent
5d40c64a3b
commit
9509121ffe
3 changed files with 25 additions and 7 deletions
2
app/default-proguard-rules.pro
Normal file
2
app/default-proguard-rules.pro
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# Don't obfuscate anything for non-enterprise builds
|
||||
-dontobfuscate
|
||||
Loading…
Add table
Add a link
Reference in a new issue