Skip to content

Commit

Permalink
README: use new dependency config, update Central search link.
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot-team committed Aug 27, 2018
1 parent 3670d97 commit d52a0de
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 @@ -60,11 +60,11 @@ Read the full [getting started guide](http://greenrobot.org/eventbus/documentati

Add EventBus to your project
----------------------------
<a href="https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.greenrobot%22%20AND%20a%3A%22eventbus%22"><img src="https://img.shields.io/maven-central/v/org.greenrobot/eventbus.svg"></a>
<a href="https://search.maven.org/search?q=g:org.greenrobot%20AND%20a:eventbus"><img src="https://img.shields.io/maven-central/v/org.greenrobot/eventbus.svg"></a>

Via Gradle:
```gradle
compile 'org.greenrobot:eventbus:3.1.1'
implementation 'org.greenrobot:eventbus:3.1.1'
```

Via Maven:
Expand Down

0 comments on commit d52a0de

Please sign in to comment.