Lucas Mrowskovsky Paim
Lucas Mrowskovsky Paim
This erros occurs because the class `android.support.v4.app.CoreComponentFactory` is in `com.android.support:support-compat:28.0.0` and `androidx.core:core:1.0.0` which caused the conflict, for fix you need to exclude the dependency. ``` implementation('com.github.pwittchen:infinitescroll:0.0.2') { exclude group: 'androidx.core',...
Same problem here, did you found some workaround?
@zplata I work in the same place as @NandoSalvaterra , Essentially, we have no idea what's happening or how to reproduce the problem. At this moment, we have 4 different...