Open RobinCaroff opened 2 years ago
Cannot obfuscate the code.
If I enable obfuscation (minify + shrink resources) the form is not displayed. Only the Openfeedback logo is displayed.
As a temporary fix, I added the following Proguard rule:
# Openfeedback -keep class io.openfeedback.** { *; }
Cannot obfuscate the code.
If I enable obfuscation (minify + shrink resources) the form is not displayed. Only the Openfeedback logo is displayed.