greenrobot / EventBus

Event bus for Android and Java that simplifies communication between Activities, Fragments, Threads, Services, etc. Less code, better quality.
http://greenrobot.org/eventbus/
Apache License 2.0
24.67k stars 4.66k forks source link

google console warning #710

Open KuHell opened 1 year ago

KuHell commented 1 year ago

image

Is there any way to get rid of the warning?

If version update is the way please tell me how

greenrobot-team commented 1 year ago

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.