openfeedback-sdk-kotlin icon indicating copy to clipboard operation
openfeedback-sdk-kotlin copied to clipboard

Cannot obfuscate

Open RobinCaroff opened this issue 3 years ago • 1 comments

Cannot obfuscate the code.

If I enable obfuscation (minify + shrink resources) the form is not displayed. Only the Openfeedback logo is displayed.

RobinCaroff avatar Nov 14 '22 13:11 RobinCaroff

As a temporary fix, I added the following Proguard rule:

# Openfeedback
-keep class io.openfeedback.** { *; }

RobinCaroff avatar Nov 14 '22 13:11 RobinCaroff