Skip to content
This repository has been archived by the owner on Jun 13, 2019. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
updating library version
  • Loading branch information
Piotr Wittchen committed Jul 31, 2015
1 parent 5297224 commit d77f305
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,21 +218,21 @@ You can depend on the library through Maven:
<dependency>
<groupId>com.github.pwittchen</groupId>
<artifactId>networkevents</artifactId>
<version>1.0.5</version>
<version>2.0.0</version>
</dependency>
```

or through Gradle:

```groovy
dependencies {
compile 'com.github.pwittchen:networkevents:1.0.5'
compile 'com.github.pwittchen:networkevents:2.0.0'
}
```

**Remember to add dependency to the Event Bus, which you are using.**

In case of Otto add the following dependency through Maven:
In case of Otto, add the following dependency through Maven:

```xml
<dependency>
Expand Down

0 comments on commit d77f305

Please sign in to comment.