android - ProGuard configuration for AndroidPlot -


since building release version of app proguard enabled, plot style reset default , see many warnings in logcat informing me of unsupported parameters:

error inflating xml: setter field "[...]" not exist.

i've pinpointed coming androidplot's configurator, haven't found official proguard configuration project.

the mechanism through androidplot sets configuration parameters relies heavily on reflection, , in light i've decided it's useless try obfuscate inside library:

-keep class com.androidplot.** { *; } 

Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -