We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0be1c4d commit 7617311Copy full SHA for 7617311
README.md
@@ -64,15 +64,15 @@ Add EventBus to your project
64
65
Via Gradle:
66
```gradle
67
-compile 'org.greenrobot:eventbus:3.1.0-RC'
+compile 'org.greenrobot:eventbus:3.1.1'
68
```
69
70
Via Maven:
71
```xml
72
<dependency>
73
<groupId>org.greenrobot</groupId>
74
<artifactId>eventbus</artifactId>
75
- <version>3.1.0-RC</version>
+ <version>3.1.1</version>
76
</dependency>
77
78
0 commit comments