When I tried to upgrade the eventbus SDK with dependancy "de.greenrobot:eventbus:3.1.1"
, it says couldn't resolve "de.greenrobot:eventbus:3.1.1"
.
Asked
Active
Viewed 1,250 times
-1
1 Answers
3
I got the answer, we need to use the dependancy org.greenrobot:eventbus:3.1.1
instead of de.greenrobot:eventbus:3.1.1
.
For more info : https://github.com/greenrobot/EventBus

Shalu T D
- 3,921
- 2
- 26
- 37
-
I am getting unable to compile classpath when I tried to build – jobin Jul 31 '18 at 08:35