Skip to content

Commit 661d131

Browse files
committed
Deps: Replace eventbus dependency with eventbus java
Removing the 'eventbus' dependency wasn't enough by itself as the build was then failing. Adding the transient 'eventbus-java' dependency was actually required in order to make the build successful again. ------------------------------------------------------------------------ This replacement was suggested by the dependency analysis report, see below: Unused dependencies which should be removed: implementation 'org.greenrobot:eventbus:3.3.1' These transitive dependencies should be declared directly: ... implementation 'org.greenrobot:eventbus-java:3.3.1' ...
1 parent 95e4749 commit 661d131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPressUtils/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
implementation "com.google.android.material:material:$materialVersion"
1616
implementation "androidx.swiperefreshlayout:swiperefreshlayout:$androidxSwipeRefreshLayoutVersion"
1717
implementation "androidx.recyclerview:recyclerview:$androidxRecyclerViewVersion"
18-
implementation "org.greenrobot:eventbus:$eventBusVersion"
18+
implementation "org.greenrobot:eventbus-java:$eventBusVersion"
1919

2020
implementation "androidx.core:core:$androidxCoreVersion"
2121

0 commit comments

Comments
 (0)