Skip to content

Commit

Permalink
README.md: set gradle dependency to 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot committed Nov 7, 2017
1 parent 0be1c4d commit 7617311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@ Add EventBus to your project

Via Gradle:
```gradle
compile 'org.greenrobot:eventbus:3.1.0-RC'
compile 'org.greenrobot:eventbus:3.1.1'
```

Via Maven:
```xml
<dependency>
<groupId>org.greenrobot</groupId>
<artifactId>eventbus</artifactId>
<version>3.1.0-RC</version>
<version>3.1.1</version>
</dependency>
```

Expand Down

0 comments on commit 7617311

Please sign in to comment.