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

Reject from play store #709

Closed tonujewel closed 1 year ago

tonujewel commented 1 year ago

Your latest production release (10 (1.4.2)) contains SDK issues

org.greenrobot:eventbus:3.1.1 This SDK version has a note from the SDK developer. Here's what the SDK developer told us:

EventBus 3.3.1 is available which has migrated to AndroidX libraries, ships with R8 rules included and supports incremental annotation processing.

Screenshot 2023-02-07 at 6 03 43 PM
greenrobot commented 1 year ago

So, do you have the option to update EventBus?

greenrobot-team commented 1 year ago

This is just a warning that you are using an outdated release of EventBus. It should not prevent you from publishing the app, or rather there is another reason if your update got rejected.

tunm1228 commented 6 months ago

Your latest production release (10 (1.4.2)) contains SDK issues

org.greenrobot:eventbus:3.1.1 This SDK version has a note from the SDK developer. Here's what the SDK developer told us:

EventBus 3.3.1 is available which has migrated to AndroidX libraries, ships with R8 rules included and supports incremental annotation processing. Screenshot 2023-02-07 at 6 03 43 PM

Have you solved this problem yet?

greenrobot commented 6 months ago

Please read what has been written in this issue.

tunm1228 commented 6 months ago

Ok. I found the notifee package that uses EventBus and updated it. Since I'm using a library, I don't know which one uses EventBus to update it. Sorry, I found the problem.