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
Post a Comment