From 8a58b0f977fe2c83c50324532e4750c519bd9d1c Mon Sep 17 00:00:00 2001 From: eduardm Date: Mon, 9 Apr 2018 10:58:20 -0400 Subject: [PATCH] EventBus release 3 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e24dd6..44fc786 100644 --- a/README.md +++ b/README.md @@ -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 @@ -38,7 +38,7 @@ Step 2. Add the dependency: com.github.edeqa eventbus - 2 + 3 ## How to use