| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| EventBus 3.3.0.tar.gz | 2021-12-06 | 188.0 kB | |
| EventBus 3.3.0.zip | 2021-12-06 | 281.1 kB | |
| README.md | 2021-12-06 | 489 Bytes | |
| Totals: 3 Items | 469.6 kB | 0 | |
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:
:::kotlin
// 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]