File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- ### V2.3.0 (2014-11-?? ) Feature release: EventBusBuilder and performance fix
1+ ### V2.3.0 (2014-11-10 ) Feature release: EventBusBuilder and performance fix
22* New EventBusBuilder to configure EventBus instances (including the getDefault() instance, #124 )
33* Added configuration to disable "No subscribers registered for event" logs (EventBusBuilder, #107 , #117 )
44* Added configuration to disable sending SubscriberExceptionEvent and NoSubscriberEvent (EventBusBuilder)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'maven'
33apply plugin : ' signing'
44
55group = ' de.greenrobot'
6- version = ' 2.3.0-SNAPSHOT '
6+ version = ' 2.3.0'
77sourceCompatibility = 1.6
88
99def isSnapshot = version. endsWith(' -SNAPSHOT' )
Original file line number Diff line number Diff line change @@ -33,19 +33,19 @@ EventBus is available on Maven Central. Just include it as a dependency in your
3333
3434Gradle:
3535```
36- compile 'de.greenrobot:eventbus:2.2.1 '
36+ compile 'de.greenrobot:eventbus:2.3.0 '
3737```
3838Maven:
3939```
4040<dependency>
4141 <groupId>de.greenrobot</groupId>
4242 <artifactId>eventbus</artifactId>
43- <version>2.2.1 </version>
43+ <version>2.3.0 </version>
4444</dependency>
4545```
4646Ivy:
4747```
48- <dependency name="eventbus" org="de.greenrobot" rev="2.2.1 " />
48+ <dependency name="eventbus" org="de.greenrobot" rev="2.3.0 " />
4949```
5050[ Or download EventBus from Maven Central] ( http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22de.greenrobot%22%20AND%20a%3A%22eventbus%22 )
5151
You can’t perform that action at this time.
0 commit comments