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:
Jorge Martin Espinosa 2026-01-23 16:39:11 +01:00 committed by GitHub
parent 5d40c64a3b
commit 9509121ffe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 25 additions and 7 deletions

View file

@ -0,0 +1,2 @@
# Don't obfuscate anything for non-enterprise builds
-dontobfuscate