Skip to content

EventBus 3.3.0

Compare
Choose a tag to compare
@greenrobot-team greenrobot-team released this 06 Dec 14:06
· 11 commits to master since this release

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")

Notable changes

  • Migrate to AndroidX. Thanks @andob! #552
  • Embed ProGuard/R8 rules #652