You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deps: Replace eventbus dependency with eventbus java
Removing the 'eventbus' dependency wasn't enough by itself as the build
was then failing. Adding the transient 'eventbus-java' dependency was
actually required in order to make the build successful again.
------------------------------------------------------------------------
This replacement was suggested by the dependency analysis report,
see below:
Unused dependencies which should be removed:
implementation 'org.greenrobot:eventbus:3.3.1'
These transitive dependencies should be declared directly:
...
implementation 'org.greenrobot:eventbus-java:3.3.1'
...
0 commit comments