-1

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".

Aj 27
  • 2,316
  • 21
  • 29
Shalu T D
  • 3,921
  • 2
  • 26
  • 37

1 Answers1

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