File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,18 +70,18 @@ Available on <a href="https://search.maven.org/search?q=g:org.greenrobot%20AND%2
7070
7171Android projects:
7272```groovy
73- implementation(" org.greenrobot:eventbus:3.3.0 " )
73+ implementation(" org.greenrobot:eventbus:3.3.1 " )
7474```
7575
7676Java projects:
7777```groovy
78- implementation(" org.greenrobot:eventbus-java:3.3.0 " )
78+ implementation(" org.greenrobot:eventbus-java:3.3.1 " )
7979```
8080```xml
8181< dependency>
8282 < groupId> org. greenrobot< / groupId>
8383 < artifactId> eventbus- java< / artifactId>
84- < version> 3.3 . 0 < / version>
84+ < version> 3.3 . 1 < / version>
8585< / dependency>
8686```
8787
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ buildscript {
1313
1414// Set group and version in root build.gradle so publish-plugin can detect them.
1515group = " org.greenrobot"
16- version = " 3.3.0 "
16+ version = " 3.3.1 "
1717
1818allprojects {
1919 repositories {
You can’t perform that action at this time.
0 commit comments