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

hibernate - How to load global settings frequently used in application in Java -

objective c - Ownership modifiers with manual reference counting -

python 3.x - Mapping specific letters onto a list of words -