Egist Li
Egist Li
Rules provided by @ihhcarus are not working on my case. I use -dontwarn rule to fix this temporarily. ``` -dontwarn com.beloo.widget.chipslayoutmanager.Orientation ``` But do you guys know the cause of...
@Krisztiaan Add the Orientation.java to the app project will resolve this issue but I prefer to keep third-party packages/files out of the app project and only referenced them via `build.gradle`.
@xosuperpig I modified the leaking http server in the example a bit and ran the http server for a while then memwatch did emit several `leak` events. What I modified...