when I use the version:3.1.1,Error Occurred while building,but when I use the version 3.0.0,it's no problem,what's wrong?
I just got this error, please help
I am using implementation 'org.greenrobot:eventbus:3.1.1'
@oNguyenDucManh @ningjiaqi adding mavenCentral() to allprojects -> repositories in build.gradle solved the problem
I got this error with:
Work OK with
Resolved with:
Don't need add mavenCentral() to allprojects
@buthela 3.0.1 or 3.1.0 need to update AndroidStudio?
@ningjiaqi Yes, Android Studio 3.1
Closing this then as a tooling issue.
For completeness: EventBus is published to Maven Central, however this is synced to jCenter which is added by default in new Android projects.
-ut
Most helpful comment
I just got this error, please help
I am using
implementation 'org.greenrobot:eventbus:3.1.1'