Skip to content

Commit

Permalink
Merge pull request #21276 from wordpress-mobile/deps/migrate-eventbus…
Browse files Browse the repository at this point in the history
…-to-version-catalogs

[Deps] Migrate EventBus to Version Catalogs
  • Loading branch information
nbradbury authored Oct 3, 2024
2 parents adb256f + 96e9de4 commit b722f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WordPress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ dependencyAnalysis {
issues {
onUnusedDependencies {
// This dependency is actually needed otherwise the app will crash with a runtime exception.
exclude("org.greenrobot:eventbus")
exclude(libs.greenrobot.eventbus.main.get().module.toString())
// This dependency is actually needed because otherwise UI tests fail to run (but do compile).
exclude(libs.mockito.android.get().module.toString())
}
Expand Down

0 comments on commit b722f6d

Please sign in to comment.