EventBus

Event bus for Android and Java that simplifies communication between Activities, Fragments, Threads, Services, etc. Less code, better quality.

APACHE-2.0 License

Stars
24.6K
Committers
29

Bot releases are hidden (Show)

EventBus - EventBus 3.3.1 Latest Release

Published by greenrobot-team almost 3 years ago

For Java projects, version 3.3.0 and higher require adding a new dependency. See the 3.3.0 release notes.

  • Fix ProGuard rule for ThrowableFailureEvent to only apply to itself, not subclasses. (ThrowableFailureEvent is the default failure event type used by AsyncExecutor.) #685
EventBus - EventBus 3.3.0

Published by greenrobot-team almost 3 years ago

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
EventBus - EventBus 3.1.1

Published by greenrobot-team about 6 years ago

Package Rankings
Top 0.72% on Repo1.maven.org
Badges
Extracted from project README
Build Status Follow greenrobot on Twitter
Related Projects