Hi.
It is possible to do something like Jettifier, with Android build plugin.
I mean to replace one class with another, basically, just replace import and way how the instance is obtained?
We have a big issue with standard Android implementation of SharedPreference (it causing most of ANR) and I would like to replace it with custom implementation in all libraries including 3rd party libs.
I'm not sure where is a good start point for this.