The eventbus
artifact now ships as an Android library (AAR).
For Android projects no changes are necessary.
For Java-only projects, make sure to update your dependencies to point to the new eventbus-java
library:
// Replace:
implementation("org.greenrobot:eventbus:3.2.0")
// With:
implementation("org.greenrobot:eventbus-java:3.3.0")