Skip to content

Commit

Permalink
EventBus release 3
Browse files Browse the repository at this point in the history
  • Loading branch information
tujger committed Apr 9, 2018
1 parent 0445592 commit 8a58b0f
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 @@ -19,7 +19,7 @@ Step 1. Add the JitPack repository in your root build.gradle at the end of repos
Step 2. Add the dependency in the app's build.gradle:

dependencies {
compile 'com.github.edeqa:eventbus:2'
compile 'com.github.edeqa:eventbus:3'
}

### Maven
Expand All @@ -38,7 +38,7 @@ Step 2. Add the dependency:
<dependency>
<groupId>com.github.edeqa</groupId>
<artifactId>eventbus</artifactId>
<version>2</version>
<version>3</version>
</dependency>

## How to use
Expand Down

0 comments on commit 8a58b0f

Please sign in to comment.