We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d74c3ba commit ee34ff6Copy full SHA for ee34ff6
eventbus-android/README.md
@@ -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