Skip to content

Commit ee34ff6

Browse files
Add README for Android library.
1 parent d74c3ba commit ee34ff6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

eventbus-android/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# EventBus for Android
2+
3+
Despite its name this module is actually published as `org.greenrobot:eventbus` as an Android library (AAR).
4+
5+
It has a dependency on the Java-only artifact `org.greenrobot:eventbus-java` (JAR) previously available under the `eventbus` name.
6+
7+
Provides an `AndroidComponents` implementation to the Java library if it detects `AndroidComponentsImpl` on the classpath via reflection.

0 commit comments

Comments
 (0)