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
Look where EventBus is added in your dependencies and replace implementation("org.greenrobot:eventbus:3.2.0")
with implementation("org.greenrobot:eventbus:3.3.1").
If your project is not using EventBus directly, check if your other dependencies do. In that case ask the developers of those to update EventBus, or add an explicit dependency on the newer version like above.
Is there any way to get rid of the warning?
If version update is the way please tell me how
The text was updated successfully, but these errors were encountered: