Skip to content

Commit

Permalink
Merge branch 'trunk' into issue/self-hosted-users-feature-flag
Browse files Browse the repository at this point in the history
  • Loading branch information
nbradbury authored Sep 26, 2024
2 parents 526adb4 + 2210956 commit 0cf9a3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions WordPress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@ dependencies {

implementation "com.android.installreferrer:installreferrer:$androidInstallReferrerVersion"
implementation "com.github.chrisbanes:PhotoView:$chrisbanesPhotoviewVersion"
implementation "org.greenrobot:eventbus:$eventBusVersion"
implementation "org.greenrobot:eventbus-java:$eventBusVersion"
implementation "com.squareup.retrofit2:retrofit:$squareupRetrofitVersion"
implementation "org.apache.commons:commons-text:$apacheCommonsTextVersion"
Expand Down Expand Up @@ -605,6 +606,8 @@ dependencies {
dependencyAnalysis {
issues {
onUnusedDependencies {
// This dependency is actually needed otherwise the app will crash with a runtime exception.
exclude("org.greenrobot:eventbus")
// This dependency is actually needed because otherwise UI tests fail to run (but do compile).
exclude("org.mockito:mockito-android")
}
Expand Down

0 comments on commit 0cf9a3e

Please sign in to comment.